Explore FontSubstitutionSettings for optimal table substitution rules. Enhance your design with effective settings for seamless Font management....Shows how to work with custom font substitution tables. Document...and load the default Windows font substitution table. TableSubstitutionRul...
The Aspose.Words.Fonts module provides classes and enumerations to access information about Fonts used in a document....Fonts module Contents [ Hide ] The Aspose.Words.Fonts module...to access information about fonts used in a document. Classes...
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...TrueType fonts when rendering documents or embedding fonts. void...
Font.bold property. True if the Font is formatted as bold....bold property Font.bold property True if the font is formatted...Specify font formatting, then add text. font = builder . font font...
Font.outline property. True if the Font is formatted as outline....outline property Font.outline property True if the font is formatted...text. builder . font . outline = True builder . font . color = aspose...
Font.superscript property. True if the Font is formatted as superscript....property Font.superscript property True if the font is formatted...doc , "Raised text. " ); run . font . position = 5 ; para . appendChild...
SystemFontSource.type property. Returns the type of the Font source....property Returns the type of the font source. @property def type (...self ) -> aspose . words . fonts . FontSourceType : ... Examples...
Font.bidi property. Specifies whether the contents of this run shall have right-to-left characteristics....bidi property Font.bidi property Specifies whether the contents...This means that Font.bold_bi , Font.italic_bi , Font.size_bi and...
DocumentBuilder.insertHyperlink method. Inserts a hyperlink into the document....Note that you need to specify font formatting for the hyperlink...explicitly using the DocumentBuilder.font property. This methods internally...