Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp27 constexpr int FONT_WEIGHT_INDEX = 1; variable
74 std::optional<FontWeight> fontWeight = StringUtils::StringToFontWeight(res[FONT_WEIGHT_INDEX]); in SetSelectedFont()
108 std::optional<FontWeight> fontWeight = StringUtils::StringToFontWeight(res[FONT_WEIGHT_INDEX]); in SetPopupFont()
142 std::optional<FontWeight> fontWeight = StringUtils::StringToFontWeight(res[FONT_WEIGHT_INDEX]); in SetAlphabetIndexerFont()