DynamicFontData
Inherits: Resource < Reference < Object DynamicFont to describe the location of a font file.
Description
DynamicFont to describe the location of a vector font file for dynamic rendering at runtime.
Tutorials
- 3D Voxel Demo
Properties
Enumerations
Hinting: - HINTING_NONE = 0 —- Disables font hinting (smoother but less crisp).
- HINTING_LIGHT = 1 —- Use the light font hinting mode.
- HINTING_NORMAL = 2 —- Use the default font hinting mode (crisper but less smooth).
Property Descriptions
- bool antialiased
true, the font is rendered with anti-aliasing. This property applies both to the main font and its outline (if it has one).
- String font_path The path to the vector font file.
- Hinting hinting Hinting for options.
- float override_oversampling
0.0, it will override default font oversampling, ignoring SceneTree.use_font_oversampling value and viewport stretch mode.
