|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefineFont2 | |
|---|---|
| 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. |
| com.flagstone.transform.util.text | The text package contains convenience classes for generating static text fields. |
| Uses of DefineFont2 in com.flagstone.transform.font |
|---|
| Methods in com.flagstone.transform.font that return DefineFont2 | |
|---|---|
DefineFont2 |
DefineFont2.add(Bounds rect)
Add a bounds object to the list of bounds for each glyph. |
DefineFont2 |
DefineFont2.add(Kerning anObject)
Add a kerning object to the list of kernings for pairs of glyphs. |
DefineFont2 |
DefineFont2.addAdvance(int anAdvance)
Add an advance to the list of advances. |
DefineFont2 |
DefineFont2.addGlyph(int code,
Shape obj)
Add a character code and the corresponding glyph that will be displayed. |
DefineFont2 |
DefineFont2.copy()
Creates a complete copy of this object. |
| Constructors in com.flagstone.transform.font with parameters of type DefineFont2 | |
|---|---|
DefineFont2(DefineFont2 object)
Creates and initialises a DefineFont2 object using the values copied from another DefineFont2 object. |
|
| Uses of DefineFont2 in com.flagstone.transform.util.font |
|---|
| Methods in com.flagstone.transform.util.font that return DefineFont2 | |
|---|---|
DefineFont2 |
Font.defineFont(int identifier,
List<Character> characters)
Create and return a DefineFont2 object that contains information to display a set of characters. |
| Methods in com.flagstone.transform.util.font with parameters of type DefineFont2 | |
|---|---|
void |
SWFFontDecoder.decode(DefineFont2 object)
Initialise this object with the information from a flash font definition. |
| Uses of DefineFont2 in com.flagstone.transform.util.text |
|---|
| Constructors in com.flagstone.transform.util.text with parameters of type DefineFont2 | |
|---|---|
TextTable(DefineFont2 font,
int fontSize)
Creates a TextTable for the specified font size. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||