Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 2,430 for

fontsettings

(0.24 sec)
  1. Aspose::Words::Fonts::FontSubstitutionSettings:...

    Aspose::Words::Fonts::FontSubstitutionSettings::get_TableSubstitution method. Settings related to table substitution rule in C++....Words :: Document > (); auto fontSettings = System :: MakeObject <...Fonts :: FontSettings > (); doc -> set_FontSettings ( fontSettings...

    reference.aspose.com/words/cpp/aspose.words.fon...
  2. PdfSaveOptions.embedFullFonts property | Aspose...

    PdfSaveOptions.embedFullFonts property. Controls how fonts are embedded into the resulting PDF documents.... FontSettings . defaultInstance . getFontsSources...fontsDir , true ); aw . Fonts . FontSettings . defaultInstance . setFontsSources...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Manipulate and Substitute TrueType Fonts|Aspose...

    Aspose.Words for Java can embed the correct TrueType fonts into the resulting document to ensure that it displays accurately, or search 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/java/manipulate-and-subst...
  4. 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...
  5. Aspose::Words::Fonts::TableSubstitutionRule cla...

    Aspose::Words::Fonts::TableSubstitutionRule class. Table font substitution rule. To learn more, visit the documentation article in C++....Words :: Document > (); auto fontSettings = System :: MakeObject <...Fonts :: FontSettings > (); doc -> set_FontSettings ( fontSettings...

    reference.aspose.com/words/cpp/aspose.words.fon...
  6. Font changed in PDF file - Free Support Forum -...

    Hi Alexey, We have the code that builds Aspose document in memory and then saves it to either Word or Pdf. We have recently installed 3 new fonts to our server, and while the Word shows them correctly, the PDF document …...the font folder – create a FontSettings object and point it to the...example var fontSettings = new Aspose.Words.FontSettings(); fontSettings...

    forum.aspose.com/t/font-changed-in-pdf-file/325129
  7. Aspose::Words::Fonts::TableSubstitutionRule::Lo...

    Aspose::Words::Fonts::TableSubstitutionRule::Load method. Loads table substitution settings from XML stream in C++....Words :: Document > (); auto fontSettings = System :: MakeObject <...Fonts :: FontSettings > (); doc -> set_FontSettings ( fontSettings...

    reference.aspose.com/words/cpp/aspose.words.fon...
  8. Aspose::Words::Fonts::FontConfigSubstitutionRul...

    Aspose::Words::Fonts::FontConfigSubstitutionRule::IsFontConfigAvailable method. Check if fontconfig utility is available or not in C++.... auto fontSettings = System :: MakeObject <...Aspose :: Words :: Fonts :: FontSettings > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.fon...
  9. 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...
  10. Font Formatting and Styling Issue After Upgradi...

    Hello Aspose Team, We have encountered an issue after upgrading Aspose.dll from version 22.5.0 to 25.6.0 in our application. Environment Details: Aspose.Words.dll: Upgraded from 22.5.0 → 25.6.0 Aspose.Cells.dll: …...Configuration : Configure the FontSettings class to specify custom...example: FontSettings fontSettings = new FontSettings(); fontSettings...

    forum.aspose.com/t/font-formatting-and-styling-...