From a425a986eb1cae37231937d4541a90efbde5ef1a Mon Sep 17 00:00:00 2001 From: Dio <32492386+diowonderland@users.noreply.github.com> Date: Wed, 11 Oct 2017 00:15:20 +0200 Subject: [DOCS] DynamicFontData --- doc/classes/DynamicFontData.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/classes') 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 @@ + Used with [DynamicFont] to describe the location of a font file. + Used with [DynamicFont] to describe the location of a vector font file for dynamic rendering at runtime. @@ -13,6 +15,7 @@ + Returns the font path. @@ -21,11 +24,13 @@ + Sets the font path. + The path to the vector font file. -- cgit v1.2.3