ExtensionsUnicodeFont extension

on

Properties

encodedName String
Retrieves the name of this font encoded in its own unicode
no setter
isBold bool
Is this a bold font?
no setter
isItalic bool
Is this an italic font?
no setter
isStrikeThrough bool
Is this font strike through?
no setter
isUnderlined bool
Is this font underlined?
no setter
name String
Retrieves the English name of this font
no setter

Methods

toBoldVariant() UnicodeFont
If possible retrieves the bold variant of this font, otherwise UnicodeFont.sansBold.
toItalicVariant() UnicodeFont
If possible retrieves the italic variant of this font, otherwise UnicodeFont.sansItalic.