Basic class used to describe Kerning for a given Glyph. More...
#include <kerning.h>
Public Member Functions | |
KerningInfo (const UInt32 &C, const Real &K) | |
Class Constructor. More... | |
Public Attributes | |
UInt32 | Character |
The Character this Kerning applies to. | |
Real | Kerning |
The amount of Kerning to apply to the Glyph. | |
Basic class used to describe Kerning for a given Glyph.
Kerning is a special spacing amount for abnormally large or small glyphs. For example, you wouldn't increment the spacing for the glyph "W" the same amount as you would for "I" in most cases.