| Package | org.aswing |
| Class | public class EmptyFont |
| Inheritance | EmptyFont ASFont |
| Method | Defined by | ||
|---|---|---|---|
| EmptyFont | |||
|
apply(textField:TextField, beginIndex:int = -1, endIndex:int = -1):void
Do nothing here.
| EmptyFont | ||
![]() |
changeBold(bold:Boolean):ASFont
| ASFont | |
![]() |
changeItalic(italic:Boolean):ASFont
| ASFont | |
![]() |
changeName(name:String):ASFont
| ASFont | |
![]() |
changeSize(size:int):ASFont
| ASFont | |
![]() |
changeUnderline(underline:Boolean):ASFont
| ASFont | |
![]() |
computeTextSize(text:String, includeGutters:Boolean = true):IntDimension
Computes text size with this font.
| ASFont | |
![]() | ASFont | ||
![]() |
getName():String
| ASFont | |
![]() |
getSize():uint
| ASFont | |
|
getTextFormat():TextFormat
Returns
new TextFormat(). | EmptyFont | ||
![]() |
isBold():Boolean
| ASFont | |
![]() |
isEmbedFonts():Boolean
| ASFont | |
![]() |
isItalic():Boolean
| ASFont | |
![]() |
isUnderline():Boolean
| ASFont | |
![]() |
toString():String
| ASFont | |
| EmptyFont | () | constructor |
public function EmptyFont()
| apply | () | method |
public override function apply(textField:TextField, beginIndex:int = -1, endIndex:int = -1):voidDo nothing here.
ParameterstextField:TextField — the text filed to be applied font.
|
|
beginIndex:int (default = -1) — The zero-based index position specifying the first character of the desired range of text.
|
|
endIndex:int (default = -1) — The zero-based index position specifying the last character of the desired range of text.
|
| getTextFormat | () | method |
public override function getTextFormat():TextFormat
Returns new TextFormat().
TextFormat — new TextFormat().
|