Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Packing style (for packers)


Enumerations

enum  {
  PACK_NORMAL = 0,
  PACK_UNIFORM_HEIGHT = 0x00008000,
  PACK_UNIFORM_WIDTH = 0x00010000
}
 Packing style (for packers). More...


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
PACK_NORMAL  Default is each its own size.
PACK_UNIFORM_HEIGHT  Uniform height.
PACK_UNIFORM_WIDTH  Uniform width.