Home
last modified time | relevance | path

Searched refs:FONT_INFO_INDEX_FAMILY (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H A Djs_font.cpp28 constexpr int32_t FONT_INFO_INDEX_FAMILY = 3; member
165 napi_create_string_utf8(env, fontInfo.family.c_str(), NAPI_AUTO_LENGTH, &resultArray[FONT_INFO_INDEX_FAMILY]); in JSgetFontByName()
179 napi_set_named_property(env, result, "family", resultArray[FONT_INFO_INDEX_FAMILY]); in JSgetFontByName()

Completed in 1 milliseconds