The OpenD Programming Language

OpenTypeTextMetrics

Undocumented in source.
struct OpenTypeTextMetrics {}

Members

Variables

horzAdvance
float horzAdvance;

The text's advance width, in glyph units.

xmax
float xmax;

The text rightmost extent, in glyph units.

xmin
float xmin;

The text leftmost extent, in glyph units.

Meta