Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H A Djs_font.cpp198 napi_value familyResult = nullptr; in GetUIFontGenericInfo() local
199 napi_create_string_utf8(env, generic.familyName.c_str(), generic.familyName.length(), &familyResult); in GetUIFontGenericInfo()
228 napi_set_named_property(env, genericResult, "family", familyResult); in GetUIFontGenericInfo()
253 napi_value familyResult = nullptr; in GetUIFontFallbackInfo() local
254 napi_create_string_utf8(env, fallback.familyName.c_str(), fallback.familyName.length(), &familyResult); in GetUIFontFallbackInfo()
259 napi_set_named_property(env, fallbackResult, "family", familyResult); in GetUIFontFallbackInfo()

Completed in 2 milliseconds