Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
Dnapi_common.h420 inline napi_value CreateArrayStringJsValue(napi_env env, const std::vector<std::string>& vectorStri… in CreateArrayStringJsValue() function
Dnapi_common.cpp756 …napi_set_named_property(env, objValue, "fontFamilies", CreateArrayStringJsValue(env, textStyle.fon… in CreateTextStyleJsValue()