|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CharacterFormat | |
|---|---|
| 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 CharacterFormat in com.flagstone.transform.font |
|---|
| Methods in com.flagstone.transform.font that return CharacterFormat | |
|---|---|
CharacterFormat |
FontInfo2.getEncoding()
Get the encoding scheme used for characters rendered in the font, either ASCII, SJIS or UCS2. |
CharacterFormat |
FontInfo.getEncoding()
Get the encoding scheme used for characters rendered in the font, either ASCII, SJIS or UCS2. |
CharacterFormat |
DefineFont3.getEncoding()
Returns the encoding scheme used for characters rendered in the font, either ASCII, SJIS or UCS2. |
CharacterFormat |
DefineFont2.getEncoding()
Get the encoding scheme used for characters rendered in the font, either ASCII, SJIS or UCS2. |
static CharacterFormat |
CharacterFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CharacterFormat[] |
CharacterFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.flagstone.transform.font with parameters of type CharacterFormat | |
|---|---|
void |
FontInfo2.setEncoding(CharacterFormat anEncoding)
Sets the font character encoding. |
void |
FontInfo.setEncoding(CharacterFormat anEncoding)
Sets the font character encoding. |
void |
DefineFont3.setEncoding(CharacterFormat anEncoding)
Sets the font character encoding. |
void |
DefineFont2.setEncoding(CharacterFormat anEncoding)
Sets the font character encoding. |
| Uses of CharacterFormat in com.flagstone.transform.util.font |
|---|
| Methods in com.flagstone.transform.util.font that return CharacterFormat | |
|---|---|
CharacterFormat |
Font.getEncoding()
Get the encoding scheme used for the character codes, either UCS2, ANSI or SJIS. |
| Methods in com.flagstone.transform.util.font with parameters of type CharacterFormat | |
|---|---|
void |
Font.setEncoding(CharacterFormat enc)
Set the encoding scheme used for the character codes, either UCS2, ANSI or SJIS. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||