Struct DynamicFontData

Used with DynamicFont to describe the location of a font file.

struct DynamicFontData ;

Used with DynamicFont to describe the location of a vector font file for dynamic rendering at runtime.

Properties

NameTypeDescription
antialiased[get, set] boolIf true, the font is rendered with anti-aliasing.
fontPath[get, set] StringThe path to the vector font file.
hinting[get, set] DynamicFontData.HintingThe font hinting mode used by FreeType. See hinting for options.

Methods

NameDescription
getFontPath
getHinting
isAntialiased
setAntialiased
setFontPath
setHinting

Enums

NameDescription
Constants
Hinting