Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A 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;
103 size_t endIndex;
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A 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;
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-text.md1173 ## LineMetrics section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-text.md1170 ## LineMetrics section