class_dynamicfontdata.rst 856 B

12345678910111213141516171819202122232425262728293031
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the DynamicFontData.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_DynamicFontData:
  5. DynamicFontData
  6. ===============
  7. **Inherits:** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Used with :ref:`DynamicFont<class_dynamicfont>` to describe the location of a font file.
  12. Member Variables
  13. ----------------
  14. .. _class_DynamicFontData_font_path:
  15. - :ref:`String<class_string>` **font_path** - The path to the vector font file.
  16. Description
  17. -----------
  18. Used with :ref:`DynamicFont<class_dynamicfont>` to describe the location of a vector font file for dynamic rendering at runtime.