Uses of Class
com.flagstone.transform.util.font.Glyph

Packages that use Glyph
com.flagstone.transform.util.font This package contains a set of classes that are used to decode fonts in various formats so they can be added to a Flash movie. 
 

Uses of Glyph in com.flagstone.transform.util.font
 

Subclasses of Glyph in com.flagstone.transform.util.font
 class TrueTypeGlyph
          TrueTypeGlyph is a simple container class used to decode TrueType glyphs.
 

Methods in com.flagstone.transform.util.font that return Glyph
 Glyph Font.getGlyph(int index)
          Get the glyph from the specified position in the table.
 

Methods in com.flagstone.transform.util.font with parameters of type Glyph
 void Font.addGlyph(char code, Glyph glyph)
          Add a character and the corresponding glyph that is displayed to the font.
 



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.