Uses of Class
com.flagstone.transform.font.Kerning

Packages that use Kerning
com.flagstone.transform.font The font package contains all the classes for encoding and decoding the data structures that represent the different font definitions and that are found in a Flash file. 
 

Uses of Kerning in com.flagstone.transform.font
 

Methods in com.flagstone.transform.font that return types with arguments of type Kerning
 List<Kerning> DefineFont3.getKernings()
          Returns the list of kerning records that define the spacing between glyph pairs.
 List<Kerning> DefineFont2.getKernings()
          Returns the list of kerning records that define the spacing between glyph pairs.
 

Methods in com.flagstone.transform.font with parameters of type Kerning
 DefineFont3 DefineFont3.add(Kerning anObject)
          Add a kerning object to the list of kernings for pairs of glyphs.
 DefineFont2 DefineFont2.add(Kerning anObject)
          Add a kerning object to the list of kernings for pairs of glyphs.
 

Method parameters in com.flagstone.transform.font with type arguments of type Kerning
 void DefineFont3.setKernings(List<Kerning> list)
          Sets the list of kerning records for pairs of glyphs in the font.
 void DefineFont2.setKernings(List<Kerning> list)
          Sets the list of kerning records for pairs of glyphs in the font.
 



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