Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/frameworks/text/interface/export/rosen_text/
Dtypography.h79 struct LineMetrics { struct
81 double ascender;
83 double descender;
85 double capHeight;
87 double xHeight;
89 double width;
91 double height;
96 double x;
101 double y;
103 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;
93 int32_t startIndex = 0;
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui-ohos/src/component/
Darkui-graphics-text.ts29 export interface LineMetrics { interface
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/
DArkTextCommonInterfaces.ts78 export interface LineMetrics { interface
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/arkui/src/generated/
DArkTextCommonInterfaces.ts84 export interface LineMetrics { interface