NVGGlyphPosition

Glyph position info.

struct NVGGlyphPosition {
float minx;
}

Members

Variables

maxx
float maxx;

The bounds of the glyph shape.

strpos
usize strpos;

Position of the glyph in the input string.

x
float x;

The x-coordinate of the logical glyph position.

See Also

Meta