|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefineFont3 | |
|---|---|
| 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. |
| 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 DefineFont3 in com.flagstone.transform.font |
|---|
| Methods in com.flagstone.transform.font that return DefineFont3 | |
|---|---|
DefineFont3 |
DefineFont3.add(Bounds rect)
Add a bounds object to the list of bounds for each glyph. |
DefineFont3 |
DefineFont3.add(Kerning anObject)
Add a kerning object to the list of kernings for pairs of glyphs. |
DefineFont3 |
DefineFont3.addAdvance(int anAdvance)
Add an advance to the list of advances. |
DefineFont3 |
DefineFont3.addGlyph(int code,
Shape obj)
Add a character code and the corresponding glyph that will be displayed. |
DefineFont3 |
DefineFont3.copy()
Creates a complete copy of this object. |
| Constructors in com.flagstone.transform.font with parameters of type DefineFont3 | |
|---|---|
DefineFont3(DefineFont3 object)
Creates and initialises a DefineFont3 object using the values copied from another DefineFont3 object. |
|
| Uses of DefineFont3 in com.flagstone.transform.util.font |
|---|
| Methods in com.flagstone.transform.util.font with parameters of type DefineFont3 | |
|---|---|
void |
SWFFontDecoder.decode(DefineFont3 object)
Initialise this object with the information from a flash font definition. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||