summaryrefslogtreecommitdiff
path: root/doc/classes/DynamicFontData.xml
blob: 360f0cb0d8189d84f5a59ace72ddb24625470a9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" ?>
<class name="DynamicFontData" inherits="Resource" category="Core" version="3.0-beta">
	<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>
	</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>