DynamicFontData¶
Inherits: Resource < Reference < Object
Used with DynamicFont to describe the location of a font file.
Description¶
Used with DynamicFont to describe the location of a vector font file for dynamic rendering at runtime.
Enumerations¶
Property Descriptions¶
- bool antialiased
Default | true |
Setter | set_antialiased(value) |
Getter | is_antialiased() |
If true
, the font is rendered with anti-aliasing.
- String font_path
Default | "" |
Setter | set_font_path(value) |
Getter | get_font_path() |
The path to the vector font file.
- Hinting hinting
Default | 2 |
Setter | set_hinting(value) |
Getter | get_hinting() |
The font hinting mode used by FreeType. See Hinting for options.