struct Core::Portable::BMF::KerningPair

struct KerningPair
{
    // fields

    uint32 first;
    uint32 second;
    int16 amount;
};