mirror of
https://github.com/godotengine/godot.git
synced 2024-12-01 00:22:37 +00:00
[DOCS] DynamicFontData
This commit is contained in:
parent
51b41dcdbb
commit
a425a986eb
@ -1,8 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<class name="DynamicFontData" inherits="Resource" category="Core" version="3.0.alpha.custom_build">
|
<class name="DynamicFontData" inherits="Resource" category="Core" version="3.0.alpha.custom_build">
|
||||||
<brief_description>
|
<brief_description>
|
||||||
|
Used with [DynamicFont] to describe the location of a font file.
|
||||||
</brief_description>
|
</brief_description>
|
||||||
<description>
|
<description>
|
||||||
|
Used with [DynamicFont] to describe the location of a vector font file for dynamic rendering at runtime.
|
||||||
</description>
|
</description>
|
||||||
<tutorials>
|
<tutorials>
|
||||||
</tutorials>
|
</tutorials>
|
||||||
@ -13,6 +15,7 @@
|
|||||||
<return type="String">
|
<return type="String">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns the font path.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_font_path">
|
<method name="set_font_path">
|
||||||
@ -21,11 +24,13 @@
|
|||||||
<argument index="0" name="path" type="String">
|
<argument index="0" name="path" type="String">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Sets the font path.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
</methods>
|
</methods>
|
||||||
<members>
|
<members>
|
||||||
<member name="font_path" type="String" setter="set_font_path" getter="get_font_path">
|
<member name="font_path" type="String" setter="set_font_path" getter="get_font_path">
|
||||||
|
The path to the vector font file.
|
||||||
</member>
|
</member>
|
||||||
</members>
|
</members>
|
||||||
<constants>
|
<constants>
|
||||||
|
Loading…
Reference in New Issue
Block a user