Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
Dtypography.h77 struct LineMetrics { struct
79 double ascender;
81 double descender;
83 double capHeight;
85 double xHeight;
87 double width;
89 double height;
94 double x;
99 double y;
101 size_t startIndex;
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Dparagraph.h84 struct LineMetrics { struct
85 float ascender = 0.0f;
86 float descender = 0.0f;
87 float capHeight = 0.0f;
88 float xHeight = 0.0f;
89 float width = 0.0f;
90 float height = 0.0f;
91 float x = 0.0f;
92 float y = 0.0f;