Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_type.cpp572 const char DOM_TEXT_FONT_STYLE_ITALIC[] = "italic"; variable
H A Ddom_type.h576 ACE_EXPORT extern const char DOM_TEXT_FONT_STYLE_ITALIC[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h287 return fontStyle == DOM_TEXT_FONT_STYLE_ITALIC ? FontStyle::ITALIC : FontStyle::NORMAL; in ConvertStrToFontStyle()