Pixel Dust Game Engine  v0.9.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
Enumerations
pdg::Graphics Namespace Reference

Enumerations

enum  Style {
  textStyle_Plain = 0,
  textStyle_Bold = 1,
  textStyle_Italic = 2,
  textStyle_Underline = 4,
  textStyle_Centered = 16,
  textStyle_LeftJustified = 0,
  textStyle_RightJustified = 32
}
 
enum  {
  solidPat = 0xffffffff,
  greyPat = 0x66666666,
  emptyPat = 0x00000000,
  dashPat = 0xff00ff00,
  dotPat = 0x10101010
}
 

Detailed Description

Graphics A collection of static enumerations that are used when drawing

Enumeration Type Documentation

anonymous enum
Enumerator:
solidPat 
greyPat 
emptyPat 
dashPat 
dotPat