Lines Matching refs:hinting
3375 Enumerates the font hinting types.
3381 | NONE | 0 | No font hinting is used.|
3382 | SLIGHT | 1 | Slight font hinting is used to improve contrast.|
3383 | NORMAL | 2 | Normal font hinting is used to improve contrast.|
3384 | FULL | 3 | Full font hinting is used to improve contrast.|
3798 Obtains the font hinting effect.
3806 | [FontHinting](#fonthinting12) | Font hinting effect.|
4259 setHinting(hinting: FontHinting): void
4261 Sets a font hinting effect.
4269 | hinting | [FontHinting](#fonthinting12) | Yes | Font hinting effect.|
4445 Sets whether to forcibly use auto hinting, that is, whether to always hint glyphs.
4453 …oolean | Yes | Whether to forcibly use auto hinting. The value **true** means to forcibly use aut…
4478 Checks whether auto hinting is forcibly used.
4486 … boolean | Result indicating whether auto hinting is forcibly used. The value **true** means that …