FontPackParams::TextureConfig

FontPackParams::TextureConfig
struct TextureConfig {
  int NominalSize;
  int PadPixels;
  int TextureWidth, TextureHeight;
};
Description

TextureConfig structure describes the texture use policy of the dynamic cache. By modifying element of this structures developers can change the parameters of the generated textures.

Data Members
Data Member 
Description 
The nominal size of the final anti-aliased glyphs stored in the texture. 
How much space to leave around the individual glyph image. 
The height of the textures that the glyphs get packed into. 
The width of the textures that the glyphs get packed into. 
Methods
Method 
Description 
TextureConfig Constructor. 
File

GFx_Loader.h