Contents
struct KerningPair { // fields uchar32 first; uchar32 second; int amount; // construction KerningPair(int unused = 0); };