Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.cpp189 const char* textStyleObjKeys[] = { "fontColor", "fontFeature", "fontSize", "lineHeight", in CreateAbstractSpanResult() local
201 auto textStyleObj = panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(textStyleObjKeys), in CreateAbstractSpanResult()
202 textStyleObjKeys, textStyleObjValues); in CreateAbstractSpanResult()
375 const char* textStyleObjKeys[] = { "fontColor", "fontFeature", "fontSize", "fontStyle", in CreateTextStyleResult() local
388 return panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(textStyleObjKeys), in CreateTextStyleResult()
389 textStyleObjKeys, textStyleObjValues); in CreateTextStyleResult()