Searched refs:TextLineHeight (Results 1 – 3 of 3) sorted by relevance
130 struct TextLineHeight : LayoutProperty<float> { struct275 TextLineHeight,
466 return TextLineHeight::defaultValue(); in getDefaultTextLineHeight()470 return impl().layout.get<TextLineHeight>(); in getTextLineHeight()477 impl_->layout.get<TextLineHeight>() = value; in setTextLineHeight()
186 /* lineHeight: ems */ layout.get<TextLineHeight>() * oneEm, in prepare()