I want to replace a font in a Word document. The font is not installed on my computer and I want to replace it with an installed font.
version:aspose-words-25.9-jdk17
FontSettings fontSettings = New FontSettings();
fon…...fontSettings = new FontSettings(); fontSettings.setFontsSources(new FontSourceBase[]{...FontSourceBase[]{ new SystemFontSource(), new FolderFontSource(getFontPath()...