Searched refs:styleValues (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
H A D | html_to_span.cpp | 850 std::map<std::string, StyleValue> styleValues; in ToTextSpanStyle() local 853 InitFont(key, value, "font", styleValues); in ToTextSpanStyle() 855 InitDecoration(key, value, "decoration", styleValues); in ToTextSpanStyle() 857 InitDimension<LetterSpacingSpanParam>(key, value, "letterSpacing", styleValues); in ToTextSpanStyle() 859 InitTextShadow(key, value, "shadow", styleValues); in ToTextSpanStyle() 861 InitLineHeight(key, value, styleValues); in ToTextSpanStyle() 863 InitParagrap(key, value, "paragrap", styleValues); in ToTextSpanStyle() 867 return styleValues; in ToTextSpanStyle()
|
Completed in 3 milliseconds