Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.cpp25 constexpr Dimension DEFAULT_LETTER_SPACING = 0.0_px; // unit is px variable
54 style.textStyle.SetLetterSpacing(DEFAULT_LETTER_SPACING); in InitializeStyle()