stbtt_bakedchar

///////////////////////////////////////////////////////////////////////////

nothrow @trusted @nogc
struct stbtt_bakedchar {
ushort x0;
ushort y0;
ushort x1;
ushort y1;
float xoff;
float yoff;
float xadvance;
}
Suggestion Box / Bug Report