Package | com.gestureworks.cml.managers |
Class | public class FontManager |
Inheritance | FontManager ![]() |
By default it loads a basics set of OpenSans fonts: OpenSansRegularTLF, OpenSansBoldTLF, and OpenSansItalicTLF
The fonts loaded here are for use with the TLF textfield, embedAsCFF="true"
The non-TLF versions of these fonts, embedAsCFF="false", are loaded through the GML core library: OpenSansRegular, OpenSansBold, and OpenSansItalic
See also
Property | Defined By | ||
---|---|---|---|
OpenSansBoldTLF : Class [static]
Specifies the OpenSansBoldTLF font name
| FontManager | ||
OpenSansItalicTLF : Class [static]
Specifies the OpenSansItalicTLF font name
| FontManager | ||
OpenSansRegularTLF : Class [static]
Specifies the OpenSansRegularTLF font name
| FontManager |
OpenSansBoldTLF | property |
public static var OpenSansBoldTLF:Class
Specifies the OpenSansBoldTLF font name
OpenSansItalicTLF | property |
public static var OpenSansItalicTLF:Class
Specifies the OpenSansItalicTLF font name
OpenSansRegularTLF | property |
public static var OpenSansRegularTLF:Class
Specifies the OpenSansRegularTLF font name