Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_symbol_glyph_modifier.cpp38 static const std::unordered_map<ArkUI_Int32, FontWeight> fontWeightMap = { in ConvertIntToFontWeight() local
49 auto weightFindIter = fontWeightMap.find(weight); in ConvertIntToFontWeight()
50 if (weightFindIter != fontWeightMap.end()) { in ConvertIntToFontWeight()