Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp3097 static bool CopyDrawingFontGenericInfo(OH_Drawing_FontGenericInfo& drawFontGenericInfo, in CopyDrawingFontGenericInfo() argument
3100 bool result = CopyStrData(&drawFontGenericInfo.familyName, genericInfo.familyName, &code); in CopyDrawingFontGenericInfo()
3106 … &drawFontGenericInfo.aliasInfoSet, drawFontGenericInfo.aliasInfoSize, genericInfo.aliasSet, code); in CopyDrawingFontGenericInfo()
3112 …&drawFontGenericInfo.adjustInfoSet, drawFontGenericInfo.adjustInfoSize, genericInfo.adjustSet, cod… in CopyDrawingFontGenericInfo()