Lines Matching refs:hinting
108 …) [OH_Drawing_FontHinting](#oh_drawing_fonthinting) | Defines an enum for the font hinting types.|
205 …FONT_HINTING_SLIGHT, FONT_HINTING_NORMAL, FONT_HINTING_FULL } | Enumerates the font hinting types.|
331 …g_font) \*, bool isForceAutoHinting) | Sets whether to forcibly use auto hinting, that is, whether…
332 …ng) (const [OH_Drawing_Font](#oh_drawing_font) \*) | Checks whether auto hinting is forcibly used.|
353 …drawing_font) \*, [OH_Drawing_FontHinting](#oh_drawing_fonthinting)) | Sets a font hinting effect.|
354 …_fontgethinting) (const [OH_Drawing_Font](#oh_drawing_font) \*) | Obtains the font hinting effect.|
705 …_typographystyle) \*style) | Checks whether font hinting is enabled for a typography style. Font h…
710 …yle, bool hintsEnabled) | Sets whether to enable font hinting for a typography style. Font hinting…
1330 Defines an enum for the font hinting types.
2481 Enumerates the font hinting types.
2487 | FONT_HINTING_NONE | No font hinting is used.|
2488 | FONT_HINTING_SLIGHT | Slight font hinting is used to improve contrast.|
2489 | FONT_HINTING_NORMAL | Normal font hinting is used to improve contrast.|
2490 | FONT_HINTING_FULL | Full font hinting is used to improve contrast.|
5014 Sets whether to forcibly use auto hinting, that is, whether to always hint glyphs.
5029 …ceAutoHinting | Whether to forcibly use auto hinting. The value **true** means to forcibly use aut…
5040 Checks whether auto hinting is forcibly used.
5058 Returns **true** if auto hinting is forcibly used; returns **false** otherwise.
5357 Sets a font hinting effect.
5374 | OH_Drawing_FontHinting | Font hinting effect. For details about the available options, see [OH_Dr…
5385 Obtains the font hinting effect.
5403 Returns the font hinting effect. For details about the available options, see [OH_Drawing_FontHinti…
16191 Checks whether font hinting is enabled for a typography style. Font hinting is used to improve the …
16205 Returns **true** if font hinting is enabled; returns **false** otherwise.
16216 Sets whether to enable font hinting for a typography style. Font hinting is used to improve the rea…
16227 …sEnabled | Whether to enable font hinting. The value **true** means to enable font h…