Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 2,459 for

fontsettings

(0.1 sec)
  1. FontSubstitutionSettings.font_info_substitution...

    FontSubstitutionSettings.font_info_substitution property. Settings related to font info substitution rule.... FontSettings () font_settings . substitution_settings...file_name = ARTIFACTS_DIR + 'FontSettings.EnableFontSubstituti.pdf'...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FolderFontSource class | Aspose.Words for Python

    aspose.words.fonts.FolderFontSource class. Represents the folder that contains TrueType font files... FontSettings () doc . font_settings ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose.Words changing fonts on RFT-PDF conversi...

    I have an RTF document that uses a specific font - Open Sans. Part of the text is in Bold. When converted to PDF using Aspose.Words.dll version 14.6, this changes the font to Times New Roman (preserves the Bold part). T…...@"C:\MyFonts"; var fontSettings = new Aspose.Words.FontSettings(); // Register...= also scan sub‑folders) fontSettings.SetFontsFolder(fontsFolder...

    forum.aspose.com/t/aspose-words-changing-fonts-...
  4. Aspose::Words::LowCode::ComparerContext class |...

    Aspose::Words::LowCode::ComparerContext class. Document comparer context in C++.... get_FontSettings () const Font settings used...document comparison. set_FontSettings (const System::SharedPt...

    reference.aspose.com/words/cpp/aspose.words.low...
  5. Issue with thai text - Free Support Forum - asp...

    Hello, I’m testing the new version of Aspose.Words 26.1 and have found an issue with thai text. I’m opening a docx file then define the font folder source for Aspose and save the document as pdf. The result document s…...Words using FontSettings and FontSourceBase . Try...fallback settings to XML: FontSettings.DefaultInstance.FallbackSettings...

    forum.aspose.com/t/issue-with-thai-text/324630
  6. MailMergerContext | Aspose.Words for Java

    Mail merge context in Java.... setFontSettings(FontSettings value) Font settings used...getFontSettings() public FontSettings getFontSettings() Font settings...

    reference.aspose.com/words/java/com.aspose.word...
  7. HtmlLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading HTML document into a Document object in Java.... setFontSettings(FontSettings value) Allows to specify...getFontSettings() public FontSettings getFontSettings() Allows...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose.Words 23.1.0 – Conversion Hangs(Timeout ...

    Hi Team, We are using Aspose.Words 23.1.0 and encountering an issue when converting a specific Word file to PDF. The code execution gets stuck at the line wordDoc.Save(pdfStream, saveOptions); and does not proceed furt…...; var fontSettings = new FontSettings(); fontSettings.SubstitutionSettings...DefaultFontName = "Times New Roman"; fontSettings.SetFontsFolders(new[] {...

    forum.aspose.com/t/aspose-words-23-1-0-conversi...
  9. Aspose::Words::Saving::SaveOptions::get_AllowEm...

    Aspose::Words::Saving::SaveOptions::get_AllowEmbeddingPostScriptFonts method. Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a document upon it is saved. The default value is false in C++....otf" )); doc -> set_FontSettings ( System :: MakeObject <...Fonts :: FontSettings > ()); doc -> get_FontSettings () -> SetFontsSources...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. LayoutOptions | Aspose.Words for Java

    Holds the options that allow controlling the document layout process in Java.... FontSettings fontSettings = new FontSettings(); fontSettings...setDefaultFontName("Arial"); fontSettings.getSubstitutionSetti()....

    reference.aspose.com/words/java/com.aspose.word...