Language version: | ActionScript 3.0
|
The CFFHinting class defines values for cff hinting in the FontDescription class.
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.
public static const HORIZONTAL_STEM:String = "horizontalStem"
Language version: | ActionScript 3.0 |
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
.
Note: Not recommended for animation.
See also
public static const NONE:String = "none"
Language version: | ActionScript 3.0 |
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
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00