| Package | flash.text |
| Class | public final class GridFitType |
| Inheritance | GridFitType Object |
| flash.text.TextField |
| Property | Defined by | ||
|---|---|---|---|
| NONE : String = "none" [static]
No grid fitting.
| GridFitType | ||
| PIXEL : String = "pixel" [static]
Strong horizontal and vertical lines are fit to the pixel grid.
| GridFitType | ||
| SUBPIXEL : String = "subpixel" [static]
Strong horizontal and vertical lines are fit to the sub-pixel
grid on LCD monitors.
| GridFitType | ||
public static const NONE:String = "none"
gridFitType property of the
TextField class. This is often a good setting for animation
or for large font sizes.
Use the syntax GridFitType.NONE.
See also
| flash.text.TextField.gridFitType |
public static const PIXEL:String = "pixel"
gridFitType property of the
TextField class. This setting only works for left-justified text
fields and acts like the GridFitType.SUBPIXEL constant in static
text. This setting generally provides the best readability for left-aligned text.
Use the syntax GridFitType.PIXEL.
See also
| flash.text.TextField.gridFitType |
public static const SUBPIXEL:String = "subpixel"
gridFitType property of the
TextField class.
Use the syntax GridFitType.SUBPIXEL.
See also
| flash.text.TextField.gridFitType |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/flashauthoringpreview/flash/text/GridFitType.html