Home
last modified time | relevance | path

Searched refs:hinting (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_font.cpp61 void TexgineFont::SetHinting(const TexgineFontHinting hinting) in SetHinting() argument
63 font_->SetHinting(static_cast<Drawing::FontHinting>(hinting)); in SetHinting()
H A Dtexgine_font.h74 void SetHinting(const TexgineFontHinting hinting);
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__font_8h.md32 …ng_FontHinting](_drawing.md#oh_drawing_fonthinting) | Defines an enum for the font hinting types.|
41 …ONT_HINTING_SLIGHT, FONT_HINTING_NORMAL, FONT_HINTING_FULL } | Enumerates the font hinting types.|
54 …g_font) \*, bool isForceAutoHinting) | Sets whether to forcibly use auto hinting, that is, whether…
55 …[OH_Drawing_Font](_drawing.md#oh_drawing_font) \*) | Checks whether auto hinting is forcibly used.…
74 …) \*, [OH_Drawing_FontHinting](_drawing.md#oh_drawing_fonthinting)) | Sets a font hinting effect.|
75 …ing) (const [OH_Drawing_Font](_drawing.md#oh_drawing_font) \*) | Obtains the font hinting effect.|
H A Ddrawing__text__typography_8h.md235 …#oh_drawing_typographystyle) \*style) | Checks whether font hinting is enabled. Font hinting is us…
240 …yle, bool hintsEnabled) | Sets whether to enable font hinting for a typography style. Font hinting
H A D_drawing.md1330 Defines an enum for the font hinting types.
2481 Enumerates the font hinting types.
2487 | FONT_HINTING_NONE | No font hinting is used.|
2490 | FONT_HINTING_FULL | Full font hinting is used to improve contrast.|
5029 …ceAutoHinting | Whether to forcibly use auto hinting. The value **true** means to forcibly use aut…
5040 Checks whether auto hinting is forcibly used.
5357 Sets a font hinting effect.
5385 Obtains the font hinting effect.
16191 Checks whether font hinting is enabled for a typography style. Font hinting is used to improve the …
16216 Sets whether to enable font hinting for a typography style. Font hinting is used to improve the rea…
[all …]
H A Djs-apis-graphics-drawing.md3375 Enumerates the font hinting types.
3381 | NONE | 0 | No font hinting is used.|
3382 | SLIGHT | 1 | Slight 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.|
4478 Checks whether auto hinting is forcibly used.
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkfont_fuzzer/
H A Dndkfont_fuzzer.cpp57 uint32_t hinting = GetObject<uint32_t>(); in NativeDrawingFontTest001() local
58 …OH_Drawing_FontSetHinting(nullptr, static_cast<OH_Drawing_FontHinting>(hinting % FONTHINTING_SIZE)… in NativeDrawingFontTest001()
59 … OH_Drawing_FontSetHinting(font, static_cast<OH_Drawing_FontHinting>(hinting % FONTHINTING_SIZE)); in NativeDrawingFontTest001()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp404 void AccessibilityElementInfo::SetHinting(const bool hinting) in SetHinting() argument
406 hint_ = hinting; in SetHinting()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/
H A Djs_font.cpp788 FontHinting hinting = m_font->GetHinting(); in OnGetHinting() local
789 return CreateJsNumber(env, static_cast<uint32_t>(hinting)); in OnGetHinting()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h1015 void SetHinting(const bool hinting);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md4259 setHinting(hinting: FontHinting): void
4269 | hinting | [FontHinting](#fonthinting12) | 是 | 字形轮廓效果。 |