| |
|
| java.lang.Object org.openlaszlo.iv.flash.util.TextLayout
Inner Class :final public class TextLine extends FlashItem | |
TextLayout | public TextLayout(Text myText, Rectangle2D bounds)(Code) | | Creates new text layout.
Parameters: myText - text to be layed out Parameters: bounds - rectangle to be used for laying the text out in |
changeFont | public void changeFont(Font old_font, Font new_font)(Code) | | Updates records' font.
Changes one specified font into another in all records.
In text records also updates indexes.
Parameters: old_font - old font Parameters: new_font - new font |
getNAdvanceBits | protected int getNAdvanceBits()(Code) | | |
getNGlyphBits | protected int getNGlyphBits()(Code) | | |
layout | public void layout()(Code) | | Does text layout.
|
optimize | public void optimize()(Code) | | Removes unneccesary data from stylechangerecords
|
|
|
|