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.h111 struct TextMetrics { struct
112 double width = 0;
113 double height = 0;
114 double actualBoundingBoxLeft = 0;
115 double actualBoundingBoxRight = 0;
116 double actualBoundingBoxAscent = 0;
117 double actualBoundingBoxDescent = 0;
118 double alphabeticBaseline = 0;
119 double emHeightAscent = 0;
120 double emHeightDescent = 0;
[all …]