Pixel Dust Game Engine  v0.9.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
Namespaces | Classes | Enumerations
Graphics

Things related to drawing graphics on screen. More...

Collaboration diagram for Graphics:

Namespaces

namespace  pdg::Graphics
 

Classes

struct  Color
 
struct  PortResizeInfo
 
struct  PortDrawInfo
 
class  Font
 
class  Image
 
class  ImageStrip
 
class  Port
 
class  ResourceManager
 

Enumerations

enum  Style {
  textStyle_Plain = 0,
  textStyle_Bold = 1,
  textStyle_Italic = 2,
  textStyle_Underline = 4,
  textStyle_Centered = 16,
  textStyle_LeftJustified = 0,
  textStyle_RightJustified = 32
}
 

Detailed Description

Things related to drawing graphics on screen.

Collection of classes, types and constants that are used for drawing

Enumeration Type Documentation

enum Style

text drawing and measurement

Enumerator:
textStyle_Plain 

Basic Styles can be combined, ie: textStyle_Bold + textStyle_Italic + textStyle_Underline.

textStyle_Bold 
textStyle_Italic 
textStyle_Underline 
textStyle_Centered 

next three are mutually exclusive, but can be combined with basic styles

textStyle_LeftJustified 
textStyle_RightJustified