Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp150 constexpr int FONT_MAX_SIZE = 72; variable
1635 … << NTC_MIN_FONT_SIZE << WEB_PARAM_EQUALS << std::clamp(minFontSize, FONT_MIN_SIZE, FONT_MAX_SIZE); in UpdateMinFontSize()