Packagecom.gestureworks.cml.managers
Classpublic class FontManager
InheritanceFontManager Inheritance Object

The FontManager loads embedded fonts.

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

com.gestureworks.cml.element.TLF
com.gestureworks.text.DefaultFonts


Public Properties
 PropertyDefined 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
Property Detail
OpenSansBoldTLFproperty
public static var OpenSansBoldTLF:Class

Specifies the OpenSansBoldTLF font name

OpenSansItalicTLFproperty 
public static var OpenSansItalicTLF:Class

Specifies the OpenSansItalicTLF font name

OpenSansRegularTLFproperty 
public static var OpenSansRegularTLF:Class

Specifies the OpenSansRegularTLF font name