Searched defs:LineMetrics (Results 1 – 4 of 4) sorted by relevance
77 struct LineMetrics { struct79 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 …]
84 struct LineMetrics { struct85 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;
1173 ## LineMetrics section
1170 ## LineMetrics section