Searched defs:PlaceholderStyle (Results 1 – 2 of 2) sorted by relevance
155 struct PlaceholderStyle { struct156 double width = 0.0f;157 double height = 0.0f;158 double baselineOffset = 0.0f;159 VerticalAlign verticalAlign = VerticalAlign::BOTTOM;160 TextBaseline baseline = TextBaseline::ALPHABETIC;
253 bool isSpanStringMode, PlaceholderStyle /*placeholderStyle*/, bool isMarquee) in UpdateParagraph() argument