Spinning Topp Logo BlackTopp Studios
inc
Public Member Functions | Public Attributes | List of all members
Mezzanine::UI::KerningInfo Struct Reference

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.
 

Detailed Description

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.

Definition at line 50 of file kerning.h.

Constructor & Destructor Documentation

Mezzanine::UI::KerningInfo::KerningInfo ( const UInt32 C,
const Real K 
)
inline

Class Constructor.

Parameters
CThe Character this Kerning applies to.
KThe amount of Kerning to apply to the Glyph.

Definition at line 55 of file kerning.h.


The documentation for this struct was generated from the following file: