struct Core::Portable::BMF::CharInfo

struct CharInfo
{
    // fields

    uint32 id;
    uint16 x;
    uint16 y;
    uint16 width;
    uint16 height;
    int16 xoffset;
    int16 yoffset;
    int16 xadvance;
    uint8 page;
    uint8 chn1;
};