Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 2,444 for

fontsettings

(0.08 sec)
  1. Incorrect Flama Font Substitution - Free Suppor...

    When converting a .docx file using Flama Light Italic, the resulting PDF is using Flama Semibold Italic, which is causing some additional line spacing which is messing with the formatting of the document. Because of this…... Create a FontSettings object and set the defa...docx"); // Create FontSettings var fontSettings = new Aspose.Words...

    forum.aspose.com/t/incorrect-flama-font-substit...
  2. FolderFontSource | Aspose.Words for Java

    Represents the folder that contains TrueType font files in Java....setFontSettings(new FontSettings()); doc.getFontSettings()...doc.setFontSettings(new FontSettings()); doc.getFontSettings()...

    reference.aspose.com/words/java/com.aspose.word...
  3. FontSettings.SetFontsFolders | Aspose.Words for...

    Discover how to use the SetFontsFolders method in Aspose.Words to customize TrueType font locations for optimal document rendering and embedding....SetFontsFolders Contents [ Hide ] FontSettings.SetFontsFolders method Sets...[] originalFontSources = FontSettings . DefaultInstance . GetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  4. Aspose::Words::Fonts::FontFallbackSettings clas...

    Aspose::Words::Fonts::FontFallbackSettings class. Specifies font fallback mechanism settings. 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...
  5. 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...
  6. Aspose::Words::Fonts::FontConfigSubstitutionRul...

    Aspose::Words::Fonts::FontConfigSubstitutionRule::ResetCache method. Resets the cache of fontconfig calling results in C++.... auto fontSettings = System :: MakeObject <...Aspose :: Words :: Fonts :: FontSettings > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.fon...
  7. FontSubstitutionReason | Aspose.Words for Java

    Specifies the reason of font substitution in Java....lback); FontSettings fontSettings = new FontSettings(); fontSettings...setDefaultFontName("Arial"); fontSettings.setFontsFolder(getFontsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  8. PdfSaveOptions constructor | Aspose.Words for P...

    PdfSaveOptions constructor. Initializes a new instance of this class that can be used to save a document in the [SaveFormat.PDF](../../../aspose.words/saveformat/#PDF) format.... FontSettings . default_instance . get_fonts_sources...scan_subfolders = True ) aw . fonts . FontSettings . default_instance . set_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  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. docx转PDF,创建Document程序卡死 - Free Support Forum - ...

    版本:23.8 编程语言:java 现象: 在客户的阿里云云服务器(windows操作系统), 执行以下代码时(Document doc = new Document(new ByteArrayInputStream(bytes));),进程卡死 异常文件: 龙华站合同终止_通知函_20251125 补充非电 -1126 Clean.docx (37.7 KB) jstack命令输出结果:...Roman 使用自定义 FontSettings (不依赖系统字体): // 1) 创建 FontSettings 并指向本地字体文件夹...并指向本地字体文件夹 FontSettings fontSettings = new FontSettings(); fontSettings...

    forum.aspose.com/t/docx-pdf-document/322211