Searched refs:weightResult (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/interfaces/napi/kits/font/ |
H A D | js_font.cpp | 208 napi_value weightResult = nullptr; in GetUIFontGenericInfo() local 209 napi_create_int32(env, alias.weight, &weightResult); in GetUIFontGenericInfo() 211 napi_set_named_property(env, aliasResult, "weight", weightResult); in GetUIFontGenericInfo() 220 napi_value weightResult = nullptr; in GetUIFontGenericInfo() local 221 napi_create_int32(env, adjust.origValue, &weightResult); in GetUIFontGenericInfo() 224 napi_set_named_property(env, adjustResult, "weight", weightResult); in GetUIFontGenericInfo()
|
Completed in 2 milliseconds