Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 2,459 for

fontsettings

(0.06 sec)
  1. Aspose::Words::Fonts::FontSettings class | Aspo...

    Aspose::Words::Fonts::Fontsettings class. Specifies font settings for a document. To learn more, visit the documentation article in C++....Aspose::Words::Fonts::FontSettings class Contents [ Hide ] FontSettings class...documentation article. class FontSettings : public System :: Object...

    reference.aspose.com/words/cpp/aspose.words.fon...
  2. Aspose::Words::Fonts::FontSettings::SetFontsFol...

    Aspose::Words::Fonts::Fontsettings::SetFontsFolder method. Sets the folder where Aspose.Words looks for TrueType fonts when rendering documents or embedding fonts. This is a shortcut to SetFontsFolders() for setting only one font directory in C++....Aspose::Words::Fonts::FontSettings::SetFontsFolder method Contents...Contents [ Hide ] FontSettings::SetFontsFolder method Sets the...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. Document.fontSettings property | Aspose.Words f...

    Document.Fontsettings property. Gets or sets document font settings....fontSettings property Document.fontSettings property Gets or...document font settings. get fontSettings () : Aspose . Words . Fonts...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Fonts::FontSettings::SetFontsSou...

    Aspose::Words::Fonts::Fontsettings::SetFontsSources method. Sets the sources where Aspose.Words looks for TrueType fonts when rendering documents or embedding fonts in C++....Aspose::Words::Fonts::FontSettings::SetFontsSources method Contents...Contents [ Hide ] FontSettings::SetFontsSources(const System:...

    reference.aspose.com/words/cpp/aspose.words.fon...
  5. Aspose::Words::Fonts::FontSettings::ResetFontSo...

    Aspose::Words::Fonts::Fontsettings::ResetFontSources method. Resets the fonts sources to the system default in C++....Aspose::Words::Fonts::FontSettings::ResetFontSources method Contents...Contents [ Hide ] FontSettings::ResetFontSources method Resets...

    reference.aspose.com/words/cpp/aspose.words.fon...
  6. Aspose::Words::Fonts::FontSettings::SetFontsFol...

    Aspose::Words::Fonts::Fontsettings::SetFontsFolders method. Sets the folders where Aspose.Words looks for TrueType fonts when rendering documents or embedding fonts in C++....Aspose::Words::Fonts::FontSettings::SetFontsFolders method Contents...Contents [ Hide ] FontSettings::SetFontsFolders method Sets the...

    reference.aspose.com/words/cpp/aspose.words.fon...
  7. WarningInfo.Description | Aspose.Words for .NET

    Discover detailed insights with the WarningInfo Description property, providing essential information about warnings for enhanced decision-making.... FontSettings fontSettings = new FontSettings (); fontSettings...DefaultFontName = "Arial" ; fontSettings . SubstitutionSettings ...

    reference.aspose.com/words/net/aspose.words/war...
  8. FontSubstitutionSettings.FontNameSubstitution |...

    Optimize your typography with FontSubstitutionSettings. Discover how to customize font name rules for enhanced design flexibility and user experience.... FontSettings = new FontSettings (); // By default...source. Assert . That ( doc . FontSettings . GetFontsSources (). Length...

    reference.aspose.com/words/net/aspose.words.fon...
  9. FontSubstitutionWarningInfo.RequestedFamilyName...

    FontSubstitutionWarningInfo.RequestedFamilyName property returns the requested font family name in Aspose.Words....callback ; FontSettings fontSettings = new FontSettings (); fontSettings...DefaultFontName = "Arial" ; fontSettings . SetFontsFolder ( FontsDir...

    reference.aspose.com/words/net/aspose.words/fon...
  10. Font Manipulation and Performance Issues in C++...

    Aspose.Words for C++ uses font full name, family name, version, style to find the required font data or a suitable replacement for the requested font. Fontsettings allows you to speed up the loading of the documents....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/cpp/font-manipulation-and...