struct stbtt_vertex

Overview

#include <imstb_truetype.h>

struct stbtt_vertex
{
    // fields

    stbtt_vertex_type x;
    stbtt_vertex_type y;
    stbtt_vertex_type cx;
    stbtt_vertex_type cy;
    stbtt_vertex_type cx1;
    stbtt_vertex_type cy1;
    unsigned char type;
    unsigned char padding;
};