| Package | Description |
|---|---|
| flash.swf | |
| flash.swf.tags |
This package contains the representations for all SWF tags.
|
| flash.swf.types |
This package contains mostly value objects for SWF tag data.
|
| Modifier and Type | Field and Description |
|---|---|
List<DefineFont> |
Frame.fonts |
| Modifier and Type | Method and Description |
|---|---|
DefineFont |
Dictionary.getFontFace(String name,
boolean bold,
boolean italic) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DefineFont> |
Frame.fontsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Frame.addFont(DefineFont tag) |
void |
Dictionary.addFontFace(DefineFont defineFont) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefineFont1
A DefineFont tag defines the shape outlines of each glyph used in a
particular font.
|
class |
DefineFont2
DefineFont2 improves on the functionality of the DefineFont tag.
|
class |
DefineFont3
The DefineFont3 tag extends the functionality of the DefineFont2
tag by expressing the Shape coordinates in the glyph shape table at
20 times the resolution.
|
class |
DefineFont4
Represents a DefineFont4 SWF tag.
|
| Modifier and Type | Field and Description |
|---|---|
DefineFont |
DefineFontName.font |
DefineFont |
DefineEditText.font |
| Modifier and Type | Field and Description |
|---|---|
DefineFont |
TextRecord.font |
| Modifier and Type | Method and Description |
|---|---|
void |
TagList.defineFont(DefineFont tag) |
void |
TagList.defineFont2(DefineFont tag) |
void |
TagList.defineFont3(DefineFont tag) |
void |
TextRecord.setFont(DefineFont font) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.