.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/SystemFont.xml. .. _class_SystemFont: SystemFont ========== **Inherits:** :ref:`Font` **<** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------+ | :ref:`bool` | :ref:`allow_system_fallback` | ``true`` | +-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------+ | :ref:`FontAntialiasing` | :ref:`antialiasing` | ``1`` | +-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------+ | :ref:`bool` | :ref:`disable_embedded_bitmaps` | ``true`` | +-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------+ | :ref:`bool` | :ref:`font_italic` | ``false`` | +-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------+ | :ref:`PackedStringArray` | :ref:`font_names` | ``PackedStringArray()`` | +-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------+ | :ref:`int` | :ref:`font_stretch` | ``100`` | +-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------+ | :ref:`int` | :ref:`font_weight` | ``400`` | +-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------+ | :ref:`bool` | :ref:`force_autohinter` | ``false`` | +-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------+ | :ref:`bool` | :ref:`generate_mipmaps` | ``false`` | +-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------+ | :ref:`Hinting` | :ref:`hinting` | ``1`` | +-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------+ | :ref:`int` | :ref:`msdf_pixel_range` | ``16`` | +-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------+ | :ref:`int` | :ref:`msdf_size` | ``48`` | +-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------+ | :ref:`bool` | :ref:`multichannel_signed_distance_field` | ``false`` | +-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------+ | :ref:`float` | :ref:`oversampling` | ``0.0`` | +-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------+ | :ref:`SubpixelPositioning` | :ref:`subpixel_positioning` | ``1`` | +-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_SystemFont_property_allow_system_fallback: .. rst-class:: classref-property :ref:`bool` **allow_system_fallback** = ``true`` .. rst-class:: classref-property-setget - void **set_allow_system_fallback** **(** :ref:`bool` value **)** - :ref:`bool` **is_allow_system_fallback** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SystemFont_property_antialiasing: .. rst-class:: classref-property :ref:`FontAntialiasing` **antialiasing** = ``1`` .. rst-class:: classref-property-setget - void **set_antialiasing** **(** :ref:`FontAntialiasing` value **)** - :ref:`FontAntialiasing` **get_antialiasing** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SystemFont_property_disable_embedded_bitmaps: .. rst-class:: classref-property :ref:`bool` **disable_embedded_bitmaps** = ``true`` .. rst-class:: classref-property-setget - void **set_disable_embedded_bitmaps** **(** :ref:`bool` value **)** - :ref:`bool` **get_disable_embedded_bitmaps** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SystemFont_property_font_italic: .. rst-class:: classref-property :ref:`bool` **font_italic** = ``false`` .. rst-class:: classref-property-setget - void **set_font_italic** **(** :ref:`bool` value **)** - :ref:`bool` **get_font_italic** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SystemFont_property_font_names: .. rst-class:: classref-property :ref:`PackedStringArray` **font_names** = ``PackedStringArray()`` .. rst-class:: classref-property-setget - void **set_font_names** **(** :ref:`PackedStringArray` value **)** - :ref:`PackedStringArray` **get_font_names** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SystemFont_property_font_stretch: .. rst-class:: classref-property :ref:`int` **font_stretch** = ``100`` .. rst-class:: classref-property-setget - void **set_font_stretch** **(** :ref:`int` value **)** - :ref:`int` **get_font_stretch** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SystemFont_property_font_weight: .. rst-class:: classref-property :ref:`int` **font_weight** = ``400`` .. rst-class:: classref-property-setget - void **set_font_weight** **(** :ref:`int` value **)** - :ref:`int` **get_font_weight** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SystemFont_property_force_autohinter: .. rst-class:: classref-property :ref:`bool` **force_autohinter** = ``false`` .. rst-class:: classref-property-setget - void **set_force_autohinter** **(** :ref:`bool` value **)** - :ref:`bool` **is_force_autohinter** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SystemFont_property_generate_mipmaps: .. rst-class:: classref-property :ref:`bool` **generate_mipmaps** = ``false`` .. rst-class:: classref-property-setget - void **set_generate_mipmaps** **(** :ref:`bool` value **)** - :ref:`bool` **get_generate_mipmaps** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SystemFont_property_hinting: .. rst-class:: classref-property :ref:`Hinting` **hinting** = ``1`` .. rst-class:: classref-property-setget - void **set_hinting** **(** :ref:`Hinting` value **)** - :ref:`Hinting` **get_hinting** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SystemFont_property_msdf_pixel_range: .. rst-class:: classref-property :ref:`int` **msdf_pixel_range** = ``16`` .. rst-class:: classref-property-setget - void **set_msdf_pixel_range** **(** :ref:`int` value **)** - :ref:`int` **get_msdf_pixel_range** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SystemFont_property_msdf_size: .. rst-class:: classref-property :ref:`int` **msdf_size** = ``48`` .. rst-class:: classref-property-setget - void **set_msdf_size** **(** :ref:`int` value **)** - :ref:`int` **get_msdf_size** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SystemFont_property_multichannel_signed_distance_field: .. rst-class:: classref-property :ref:`bool` **multichannel_signed_distance_field** = ``false`` .. rst-class:: classref-property-setget - void **set_multichannel_signed_distance_field** **(** :ref:`bool` value **)** - :ref:`bool` **is_multichannel_signed_distance_field** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SystemFont_property_oversampling: .. rst-class:: classref-property :ref:`float` **oversampling** = ``0.0`` .. rst-class:: classref-property-setget - void **set_oversampling** **(** :ref:`float` value **)** - :ref:`float` **get_oversampling** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SystemFont_property_subpixel_positioning: .. rst-class:: classref-property :ref:`SubpixelPositioning` **subpixel_positioning** = ``1`` .. rst-class:: classref-property-setget - void **set_subpixel_positioning** **(** :ref:`SubpixelPositioning` value **)** - :ref:`SubpixelPositioning` **get_subpixel_positioning** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`