Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 2,467 for

fontsettings

(1.18 sec)
  1. Incorrect rendering when converting chart to im...

    Hi Aspose team, I’ve run into an issue when converting a chart to EMF image. The rendered output is different from the excel chart itself. Here’s the code I used to generate my test outputs: string dir = @"C:\Users\";…...conversion only FontSettings fontSettings = new FontSettings(); fontSettings...TextRenderingHint.AntiAlias, FontSettings = fontSettings // <-- attach the...

    forum.aspose.com/t/incorrect-rendering-when-con...
  2. FileFontSource class | Aspose.Words for Python

    aspose.words.fonts.FileFontSource class. Represents the single TrueType font file stored in the file system... FontSettings () doc . font_settings ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Fonts::FontSourceType enum | Asp...

    Aspose::Words::Fonts::FontSourceType enum. Specifies the type of font source in C++....Document > (); doc -> set_FontSettings ( System :: MakeObject <...Fonts :: FontSettings > ()); doc -> get_FontSettings () -> SetFontsSources...

    reference.aspose.com/words/cpp/aspose.words.fon...
  4. MarkdownLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.MARKDOWN 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...
  5. FontConfigSubstitutionRule class | Aspose.Words...

    aspose.words.fonts.FontConfigSubstitutionRule class. Font config substitution rule... FontSettings () font_config_substitution...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FileFontSource constructor | Aspose.Words for P...

    aspose.words.fonts.FileFontSource constructor... FontSettings () doc . font_settings ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Noto Serif JP font not rendering when embedded ...

    Greetings! We are using HTML to DOCX conversion for converting HTMLs containing Japanese characters to DOCX files. These HTMLs are using “Noto Serif JP” font, which is a google font. To ensure that it works on other sys…...settings FontSettings fontSettings = new FontSettings(); fontSettings...the document doc.FontSettings = fontSettings; // Save the document...

    forum.aspose.com/t/noto-serif-jp-font-not-rende...
  8. Aspose::Words::LowCode::ReplacerContext class |...

    Aspose::Words::LowCode::ReplacerContext class. Find/replace operation context in C++.... get_FontSettings () const Font settings used...() ReplacerContext () set_FontSettings (const System::SharedPt...

    reference.aspose.com/words/cpp/aspose.words.low...
  9. TableSubstitutionRule.save method | Aspose.Word...

    aspose.words.fonts.TableSubstitutionRule.save method... FontSettings () doc . font_settings =...save ( ARTIFACTS_DIR + 'FontSettings.TableSubstitutionRul.Windows...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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-...