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 D | texgine_font.cpp | 61 void TexgineFont::SetHinting(const TexgineFontHinting hinting) in SetHinting() argument 63 font_->SetHinting(static_cast<Drawing::FontHinting>(hinting)); in SetHinting()
|
H A D | texgine_font.h | 74 void SetHinting(const TexgineFontHinting hinting);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__font_8h.md | 32 …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 D | drawing__text__typography_8h.md | 235 …#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.md | 1330 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 D | js-apis-graphics-drawing.md | 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.| 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 D | ndkfont_fuzzer.cpp | 57 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 D | accessibility_element_info.cpp | 404 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 D | js_font.cpp | 788 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 D | accessibility_element_info.h | 1015 void SetHinting(const bool hinting);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-drawing.md | 4259 setHinting(hinting: FontHinting): void 4269 | hinting | [FontHinting](#fonthinting12) | 是 | 字形轮廓效果。 |
|