Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style_parser.cpp24 constexpr int32_t FONT_FEATURE_KEY_LENGTH = 6; variable
317 …ue.empty() || value.size() > FONT_FEATURE_MAX_SIZE || value[0].size() != FONT_FEATURE_KEY_LENGTH) { in ParseFontFeatureSetting()