[8:14] static
extends: object
Font related functions.
get (string FontName, double FontSize
)
Gets a font with the provided font name and size.
FontName
is a string with the local font to get.FontSize
is a double with the font size to use.A
FxObj object with the font resource.load (string FileStr, double FontSize
)
Gets a font with the provided URL string and size.
FileStr
is a string with the file name where to get the font.FontSize
is a double with the font size to use.A
FxObj object with the font resource.loadUrl (string UrlStr, double FontSize
)
Gets a font with the provided URL string and size.
UrlStr
is a string with the URL where to get the font.FontSize
is a double with the font size to use.A
FxObj object with the font resource.