Home
last modified time | relevance | path

Searched defs:drawingFontMgr (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font_mgr.cpp35 static FontMgr* CastToFontMgr(OH_Drawing_FontMgr* drawingFontMgr) in CastToFontMgr()
56 void OH_Drawing_FontMgrDestroy(OH_Drawing_FontMgr* drawingFontMgr) in OH_Drawing_FontMgrDestroy()
65 int OH_Drawing_FontMgrGetFamilyCount(OH_Drawing_FontMgr* drawingFontMgr) in OH_Drawing_FontMgrGetFamilyCount()
93 char* OH_Drawing_FontMgrGetFamilyName(OH_Drawing_FontMgr* drawingFontMgr, int index) in OH_Drawing_FontMgrGetFamilyName()
117 OH_Drawing_FontStyleSet* OH_Drawing_FontMgrCreateFontStyleSet(OH_Drawing_FontMgr* drawingFontMgr, i… in OH_Drawing_FontMgrCreateFontStyleSet()
142 OH_Drawing_FontStyleSet* OH_Drawing_FontMgrMatchFamily(OH_Drawing_FontMgr* drawingFontMgr, const ch… in OH_Drawing_FontMgrMatchFamily()
162OH_Drawing_FontMgr* drawingFontMgr, const char* familyName, OH_Drawing_FontStyleStruct fontStyle) in OH_Drawing_FontMgrMatchFamilyStyle()
179 OH_Drawing_Typeface* OH_Drawing_FontMgrMatchFamilyStyleCharacter(OH_Drawing_FontMgr* drawingFontMgr, in OH_Drawing_FontMgrMatchFamilyStyleCharacter()