Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H A Djs_font.cpp27 constexpr int32_t FONT_INFO_INDEX_FULL_NAME = 2; member
164 napi_create_string_utf8(env, fontInfo.fullName.c_str(), NAPI_AUTO_LENGTH, &resultArray[FONT_INFO_INDEX_FULL_NAME]); in JSgetFontByName()
178 napi_set_named_property(env, result, "fullName", resultArray[FONT_INFO_INDEX_FULL_NAME]); in JSgetFontByName()

Completed in 1 milliseconds