diff options
author | Chris Bradfield <cb@scribe.net> | 2017-10-12 17:55:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-12 17:55:34 -0700 |
commit | bddeaabfdc88d5ea1d9a58df78863f59318872a2 (patch) | |
tree | 233ac3582406dcaa0c7c997abb1c2ed9a7d5147a /doc/classes | |
parent | 79e247d74e775c2fe75d1dd499240e8782f0f44b (diff) | |
parent | a425a986eb1cae37231937d4541a90efbde5ef1a (diff) |
Merge pull request #12007 from diowonderland/docs-dynamicfontdata
[DOCS] DynamicFontData
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/DynamicFontData.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/DynamicFontData.xml b/doc/classes/DynamicFontData.xml index 51e4e0d231..9012b46e08 100644 --- a/doc/classes/DynamicFontData.xml +++ b/doc/classes/DynamicFontData.xml @@ -1,8 +1,10 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="DynamicFontData" inherits="Resource" category="Core" version="3.0.alpha.custom_build"> <brief_description> + Used with [DynamicFont] to describe the location of a font file. </brief_description> <description> + Used with [DynamicFont] to describe the location of a vector font file for dynamic rendering at runtime. </description> <tutorials> </tutorials> @@ -13,6 +15,7 @@ <return type="String"> </return> <description> + Returns the font path. </description> </method> <method name="set_font_path"> @@ -21,11 +24,13 @@ <argument index="0" name="path" type="String"> </argument> <description> + Sets the font path. </description> </method> </methods> <members> <member name="font_path" type="String" setter="set_font_path" getter="get_font_path"> + The path to the vector font file. </member> </members> <constants> |