mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (10e1114)
This commit is contained in:
@@ -64,6 +64,8 @@ Properties
|
||||
+---------------------------------------+--------------------------------------------------------------------------------+-----------------------------------+
|
||||
| :ref:`Font<class_Font>` | :ref:`base_font<class_FontVariation_property_base_font>` | |
|
||||
+---------------------------------------+--------------------------------------------------------------------------------+-----------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`baseline_offset<class_FontVariation_property_baseline_offset>` | ``0.0`` |
|
||||
+---------------------------------------+--------------------------------------------------------------------------------+-----------------------------------+
|
||||
| :ref:`Dictionary<class_Dictionary>` | :ref:`opentype_features<class_FontVariation_property_opentype_features>` | ``{}`` |
|
||||
+---------------------------------------+--------------------------------------------------------------------------------+-----------------------------------+
|
||||
| :ref:`int<class_int>` | :ref:`spacing_bottom<class_FontVariation_property_spacing_bottom>` | ``0`` |
|
||||
@@ -121,6 +123,23 @@ Base font used to create a variation. If not set, default :ref:`Theme<class_Them
|
||||
|
||||
----
|
||||
|
||||
.. _class_FontVariation_property_baseline_offset:
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`float<class_float>` **baseline_offset** = ``0.0``
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_baseline_offset** **(** :ref:`float<class_float>` value **)**
|
||||
- :ref:`float<class_float>` **get_baseline_offset** **(** **)**
|
||||
|
||||
Extra baseline offset (as a fraction of font height).
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
----
|
||||
|
||||
.. _class_FontVariation_property_opentype_features:
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
Reference in New Issue
Block a user