struct Core::Portable::BitmapFont::CharMap
#include <corefont.h> struct CharMap { // methods virtual bool lookup(CharDescriptor&, uchar32 c) const = 0; virtual int getKerningAmount(uchar32 first, uchar32 second) const = 0; }; // direct descendants struct InplaceMap; struct LoadedMap;