#include "fontbase.h"
#include <map>
Go to the source code of this file.
Classes | |
class | FontMetricsCacheEntry |
Holds a cache of char widths, ascent, descent and em for a particular font. More... | |
class | FontMetricsCache |
Holds a cache of char widths, ascent, descent and em for a particular font. More... | |
class | CharOutlineCache |
A cache for a character outline. This cache can only be accessed via the OILFontMan character outline calls. More... | |
class | FontKerningPairsCacheEntry |
Holds a cache of kerning pairs for a font. More... | |
class | FontKerningPairsCache |
A cache for the kerning pairs for a font. More... |