Home
last modified time | relevance | path

Searched defs:PlaceholderStyle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.h155 struct PlaceholderStyle { struct
156 double width = 0.0f;
157 double height = 0.0f;
158 double baselineOffset = 0.0f;
159 VerticalAlign verticalAlign = VerticalAlign::BOTTOM;
160 TextBaseline baseline = TextBaseline::ALPHABETIC;
H A Dspan_node.cpp253 bool isSpanStringMode, PlaceholderStyle /*placeholderStyle*/, bool isMarquee) in UpdateParagraph() argument