C# Class Alsing.Drawing.GDI.GDIFont

Inheritance: GDIObject
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Bold bool
Charset byte
FontName string
Italic bool
Size float
Strikethrough bool
Underline bool
hFont System.IntPtr

Public Methods

Method Description
GDIFont ( ) : System
GDIFont ( string fontname, float size ) : System
GDIFont ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : System

Protected Methods

Method Description
Destroy ( ) : void
Init ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : void

Method Details

Destroy() protected method

protected Destroy ( ) : void
return void

GDIFont() public method

public GDIFont ( ) : System
return System

GDIFont() public method

public GDIFont ( string fontname, float size ) : System
fontname string
size float
return System

GDIFont() public method

public GDIFont ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : System
fontname string
size float
bold bool
italic bool
underline bool
strikethrough bool
return System

Init() protected method

protected Init ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : void
fontname string
size float
bold bool
italic bool
underline bool
strikethrough bool
return void

Property Details

Bold public property

public bool Bold
return bool

Charset public property

public byte Charset
return byte

FontName public property

public string FontName
return string

Italic public property

public bool Italic
return bool

Size public property

public float Size
return float

Strikethrough public property

public bool Strikethrough
return bool

Underline public property

public bool Underline
return bool

hFont public property

public IntPtr,System hFont
return System.IntPtr