Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_button.cpp148 const std::vector<FontStyle> fontStyles = { FontStyle::NORMAL, FontStyle::ITALIC }; in SetFontStyle() local
149 if (value < 0 || value >= static_cast<int32_t>(fontStyles.size())) { in SetFontStyle()
153 ButtonModel::GetInstance()->SetFontStyle(fontStyles[value]); in SetFontStyle()

Completed in 2 milliseconds