Package | flash.text.engine |
Class | public final class CFFHinting |
Inheritance | CFFHinting Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Hinting adjusts the display of an outline font so it lines up with the pixel grid. At small screen sizes, hinting produces a clear, legible text for human readers.
See also
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
HORIZONTAL_STEM : String = "horizontalStem" [static]
Fits strong horizontal stems to the pixel grid for improved readability. | CFFHinting | ||
NONE : String = "none" [static]
No hinting is applied. | CFFHinting |
Constant Detail
HORIZONTAL_STEM | Constant |
public static const HORIZONTAL_STEM:String = "horizontalStem"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Fits strong horizontal stems to the pixel grid for improved readability.
This constant is used in setting the cffHinting
property of the
FontDescription class.
Use the syntax CFFHinting.HORIZONTAL_STEM
.
See also
NONE | Constant |
public static const NONE:String = "none"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
No hinting is applied. Horizontal stems in the glyphs are not forced to the pixel grid.
This constant is used in setting the cffHinting
property of the
FontDescription class. Recommended setting for animation or for large font sizes.
Use the syntax CFFHinting.NONE
.
See also
Fri Mar 19 2010, 02:45 AM -07:00