org.openlaszlo.iv.flash.api.text |
|
Java Source File Name | Type | Comment |
Font.java | Class | This class defines flash font.
Flash text has been designed to be completely device independent.
Text is guaranteed to look exactly the same on every device, regardless
of which fonts are installed on the client machine.
The SWF format achieves this by including the exact shape of every letter,
number (or other text character) used in the movie. |
FontDef.java | Class | Instance of Font in particular flash file. |
LazyText.java | Class | This class represents DefineText tag. |
Text.java | Class | This class represent MM Generator undocumented text tag. |
TextBlock.java | Interface | This interface represents block of text. |
TextField.java | Class | Text field. |
TextItem.java | Class | This class contains info for one text style run
from MM Generator undocumented text tag.
The objects of this class are not supposed to be written
to flash buffer (i.e. |
TextRecord.java | Class | TextRecord. |
TextStyleChangeRecord.java | Class | TextStyleChangeRecord. |