Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dpaint_state.h110 struct TextMetrics { struct
111 double width = 0;
112 double height = 0;
113 double actualBoundingBoxLeft = 0;
114 double actualBoundingBoxRight = 0;
115 double actualBoundingBoxAscent = 0;
116 double actualBoundingBoxDescent = 0;
117 double alphabeticBaseline = 0;
118 double emHeightAscent = 0;
119 double emHeightDescent = 0;
[all …]