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
Name | Type | Description |
---|---|---|
antialiased [get, set]
|
bool | If true , the font is rendered with anti-aliasing.
|
fontPath [get, set]
|
String | The path to the vector font file. |
hinting [get, set]
|
DynamicFontData | The font hinting mode used by FreeType. See hinting for options.
|
Methods
Name | Description |
---|---|
getFontPath
|
|
getHinting
|
|
isAntialiased
|
|
setAntialiased
|
|
setFontPath
|
|
setHinting
|
Enums
Name | Description |
---|---|
Constants
|
|
Hinting
|