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

fontsettings

(0.09 sec)
  1. 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-...
  2. 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...
  3. 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...
  4. 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
  5. 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...
  6. 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...
  7. FolderFontSource Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fonts.FolderFontSource class, your solution for managing TrueType fonts efficiently. Enhance your document's typography today!... FontSettings = new FontSettings (); doc . FontSettings . SetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  8. Aspose::Words::Fonts::FontSubstitutionSettings:...

    Aspose::Words::Fonts::FontSubstitutionSettings::get_FontConfigSubstitution method. Settings related to font config substitution rule in C++.... auto fontSettings = System :: MakeObject <...Aspose :: Words :: Fonts :: FontSettings > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.fon...
  9. Font-Embedding ROMAN - Free Support Forum - asp...

    Hello, we upgraded from version 18.1 to version 24.8. During this transition, we noticed differences in how fonts are embedded when generating a PDF file from a Word document. Fonts are now embedded twice with differen…... Specifically, set the FontSettings to control how fonts are...import com.aspose.words.FontSettings; import com.aspose.words...

    forum.aspose.com/t/font-embedding-roman/315555
  10. Substitute TrueType Fonts|Aspose.Words for Pyth...

    Aspose.Words for Python 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/python-net/manipulating-a...