Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 2,456 for

fontsettings

(0.41 sec)
  1. Word document font replacement fails - Free Sup...

    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…...9-jdk17 FontSettings fontSettings = new FontSettings(); fontSettings...}); setupFontSubstitutio(fontSettings, wpd, "方正仿宋_GB2312", "KaiTi");...

    forum.aspose.com/t/word-document-font-replaceme...
  2. FontSubstitutionSettings.TableSubstitution | As...

    Explore FontSubstitutionSettings for optimal table substitution rules. Enhance your design with effective settings for seamless font management....Document (); FontSettings fontSettings = new FontSettings (); doc...doc . FontSettings = fontSettings ; // Create a new table substitution...

    reference.aspose.com/words/net/aspose.words.fon...
  3. Aspose::Words::IWarningCallback interface | Asp...

    Aspose::Words::IWarningCallback interface. Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving in C++.... auto fontSettings = System :: MakeObject <...Words :: Fonts :: FontSettings > (); fontSettings -> get_SubstitutionSettings...

    reference.aspose.com/words/cpp/aspose.words/iwa...
  4. Aspose.PSD for Java 21.7 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....FontSettings.getAdobeFontName(java.lang...getStyle (). setFontName ( FontSettings . getAdobeFontName ( "Comic...

    docs.aspose.com/psd/java/aspose-psd-for-java-21...
  5. MemoryFontSource.FontData | Aspose.Words for .NET

    Discover MemoryFontSource's FontData property for seamless binary font integration. Enhance your projects with efficient font management solutions.... FontSettings = new FontSettings (); doc . FontSettings . SetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  6. Aspose::Words::Fonts::FontConfigSubstitutionRul...

    Aspose::Words::Fonts::FontConfigSubstitutionRule::set_Enabled method. Specifies whether the rule is enabled or not in C++.... auto fontSettings = System :: MakeObject <...Aspose :: Words :: Fonts :: FontSettings > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.fon...
  7. Substitute TrueType Fonts|Aspose.Words for Node...

    Aspose.Words for Node.js via .NET can embed the correct TrueType fonts into the resulting document to ensure that it displays accurately. If a font or a specific character is not available, Aspose.Words searches for a suitable font replacement or uses the Font fallback mechanism....mechanisms are contained in the FontSettings class. This class is responsible...However, each instance of FontSettings has its own cache, which...

    docs.aspose.com/words/nodejs-net/manipulating-a...
  8. FileFontSource.FilePath | Aspose.Words for .NET

    Discover the FileFontSource FilePath property for easy access to your font files. Streamline your design process with this essential tool!... FontSettings = new FontSettings (); doc . FontSettings . SetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  9. FontSourceBase | Aspose.Words for Java

    This is an abstract base class for the classes that allow the user to specify various font sources in Java....setFontSettings(new FontSettings()); doc.getFontSettings()...doc.setFontSettings(new FontSettings()); doc.getFontSettings()...

    reference.aspose.com/words/java/com.aspose.word...
  10. Fonts not loading in linux based Container - Fr...

    Following Specify TrueType Fonts Location in C#|Aspose.Words for .NET , I’m trying to load custom fonts in Linux based container. I modified my code to include both System and Custom Fonts from Resources folder. var f…... var fontSettings = new Aspose.Words.Fonts.FontSettings(); fontSettings...new LoadOptions { FontSettings = fontSettings }; var document =...

    forum.aspose.com/t/fonts-not-loading-in-linux-b...