Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H A Djs_font.cpp38 constexpr int32_t FONT_INFO_INDEX_MONOSPACE = 8; variable
176 napi_get_boolean(env, fontInfo.monoSpace, &resultArray[FONT_INFO_INDEX_MONOSPACE]); in JSgetFontByName()
189 napi_set_named_property(env, result, "monoSpace", resultArray[FONT_INFO_INDEX_MONOSPACE]); in JSgetFontByName()