Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 2,451 for

fontsettings

(0.08 sec)
  1. StreamFontSource Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fonts.StreamFontSource class, your go-to solution for custom stream font sources that enhance document flexibility and design....it in the memory for the FontSettings lifetime. Examples Shows...StreamFontSourceFile () { FontSettings fontSettings = new FontSettings (); fontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  2. Aspose::Words::WarningInfo::get_Description met...

    Aspose::Words::WarningInfo::get_Description method. Returns the description of the warning in C++.... auto fontSettings = System :: MakeObject <...Words :: Fonts :: FontSettings > (); fontSettings -> get_SubstitutionSettings...

    reference.aspose.com/words/cpp/aspose.words/war...
  3. SplitterContext | Aspose.Words for Java

    Document splitter context in Java.... setFontSettings(FontSettings value) Font settings used...getFontSettings() public FontSettings getFontSettings() Font settings...

    reference.aspose.com/words/java/com.aspose.word...
  4. ProcessorContext | Aspose.Words for Java

    Base class for processor contexts in Java.... setFontSettings(FontSettings value) Font settings used...getFontSettings() public FontSettings getFontSettings() Font settings...

    reference.aspose.com/words/java/com.aspose.word...
  5. FontSettings.FallbackSettings | Aspose.Words fo...

    Discover the Fontsettings FallbackSettings property for optimized font fallback mechanisms. Enhance your design with seamless text rendering!...FallbackSettings Contents [ Hide ] FontSettings.FallbackSettings property...Document (); FontSettings fontSettings = new FontSettings (); doc...

    reference.aspose.com/words/net/aspose.words.fon...
  6. 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...
  7. IWarningCallback.Warning | Aspose.Words for .NET

    Discover the IWarningCallback method in Aspose.Words. Handle document loading and saving issues seamlessly, preserving formatting and data integrity.... FontSettings fontSettings = new FontSettings (); fontSettings...DefaultFontName = "Arial" ; fontSettings . SubstitutionSettings ...

    reference.aspose.com/words/net/aspose.words/iwa...
  8. WarningInfo.Source | Aspose.Words for .NET

    Discover the WarningInfo Source property that reveals the origin of warnings, enhancing your application's reliability and user experience....callback ; FontSettings fontSettings = new FontSettings (); fontSettings...DefaultFontName = "Arial" ; fontSettings . SetFontsFolder ( FontsDir...

    reference.aspose.com/words/net/aspose.words/war...
  9. 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/
  10. Manipulate and Substitute TrueType Fonts in C#|...

    Aspose.Words for .NET can embed the correct TrueType fonts into the resulting document to ensure that it displays accurately using C#. 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/net/manipulating-and-subs...