Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 2,456 for

fontsettings

(1.65 sec)
  1. FontConfigSubstitutionRule Class | Aspose.Words...

    Discover the Aspose.Words.Fonts.FontConfigSubstitutionRule class for seamless font management and customization in your documents. Enhance your text styling today!... FontSettings fontSettings = new FontSettings (); FontConfigSubstituti... fontConfigSubstituti = fontSettings . SubstitutionSettings ...

    reference.aspose.com/words/net/aspose.words.fon...
  2. DefaultFontSubstitutionRule.DefaultFontName | A...

    Discover how to easily manage the DefaultFontSubstitutionRule and customize your default font name for enhanced design flexibility....FontSourceBase [] fontSources = FontSettings . DefaultInstance . GetFontsSources...another font is not available. FontSettings . DefaultInstance . SubstitutionSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  3. FontFallbackSettings | Aspose.Words for Java

    Specifies font fallback mechanism settings in Java....Document(); FontSettings fontSettings = new FontSettings(); doc....setFontSettings(fontSettings); FontFallbackSettings fontFallbackSettings...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::FontSubstitutionWarningInfo::get...

    Aspose::Words::FontSubstitutionWarningInfo::get_Reason method. Font substitution reason in C++....set_WarningCallback ( callback ); auto fontSettings = System :: MakeObject <...Words :: Fonts :: FontSettings > (); fontSettings -> get_SubstitutionSettings...

    reference.aspose.com/words/cpp/aspose.words/fon...
  5. StreamFontSource.CacheKey | Aspose.Words for .NET

    Discover the StreamFontSource CacheKey property, optimize your font management with efficient caching for faster load times and enhanced performance...."Arvo-Bold" ; FontSettings parsedFonts = new FontSettings (); FontSettings...FontSettings loadedCache = new FontSettings (); parsedFonts . SetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  6. FolderFontSource.FolderPath | Aspose.Words for ...

    Discover the FolderFontSource FolderPath property for easy access to your font folder. Streamline your design workflow today!... FontSettings = new FontSettings (); doc . FontSettings . SetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  7. WarningInfo Class | Aspose.Words for .NET

    Discover the Aspose.Words.WarningInfo class, which provides crucial insights into warnings during document loading or saving, enhancing your workflow efficiency.... FontSettings fontSettings = new FontSettings (); fontSettings...DefaultFontName = "Arial" ; fontSettings . SubstitutionSettings ...

    reference.aspose.com/words/net/aspose.words/war...
  8. FontSettings.GetFontsSources | Aspose.Words for...

    Discover the Fontsettings GetFontsSources method to easily access the array of sources for TrueType fonts in Aspose.Words. Optimize your font management today!...GetFontsSources Contents [ Hide ] FontSettings.GetFontsSources method Gets...[] originalFontSources = FontSettings . DefaultInstance . GetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  9. WarningSource Enum | Aspose.Words for .NET

    Discover the Aspose.Words.WarningSource enum, identifying warning sources during document loading and saving for enhanced document management....callback ; FontSettings fontSettings = new FontSettings (); fontSettings...DefaultFontName = "Arial" ; fontSettings . SetFontsFolder ( FontsDir...

    reference.aspose.com/words/net/aspose.words/war...
  10. Using TrueType Fonts in C++|Aspose.Words for C++

    Aspose.Words for C++ can find the right font or its suitable replacement for correct document rendering. This ensures that the difference between the displayed document and the original is minimal when there is not enough information about a font.... A: Use the FontSettings class to add a folder that...required fonts. Create a FontSettings object, call SetFontsFolder...

    docs.aspose.com/words/cpp/using-truetype-fonts/