blob: 26529006cbb7975704fda666a49cc42c0b55454d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<?xml version="1.0" encoding="UTF-8" ?>
<class name="DynamicFontData" inherits="Resource" category="Core" version="3.0-alpha">
<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>
<demos>
</demos>
<methods>
<method name="get_font_path" qualifiers="const">
<return type="String">
</return>
<description>
Returns the font path.
</description>
</method>
<method name="set_font_path">
<return type="void">
</return>
<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>
</constants>
</class>
|