Derm.Render.Font Class Reference

Renderable font. More...

List of all members.

Public Types

enum  Styles {
  None = 0x0000,
  Bold = 0x0001,
  Italic = 0x0002
}
 

Font styles.

More...

Static Public Member Functions

static Font CreateFont (string family, int size, Styles styles)
 Create a font.

Properties

string Family [get]
 Font family.
int Size [get]
 Font size.
Styles Style [get]
 Font styles.

Detailed Description

Renderable font.

This class encapsulate every information required for rendering propertly a font.


Member Enumeration Documentation

Font styles.

Enumerator:
None 

No styles.

Bold 

Bold font style.

Italic 

Italic font style.


Member Function Documentation

static Font Derm.Render.Font.CreateFont ( string  family,
int  size,
Styles  styles 
) [static]

Create a font.

Parameters:
family 
size 
styles 
Returns:

Property Documentation

string Derm.Render.Font.Family [get]

Font family.

int Derm.Render.Font.Size [get]

Font size.

Styles Derm.Render.Font.Style [get]

Font styles.



Services powered by Get Deus Ex Render Machina at SourceForge.net. Fast, secure and Free Open Source software downloads