C# Class Alsing.Drawing.GDI.GDIFont

Inheritance: GDIObject
Datei anzeigen 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_oe property

public bool Bold
return bool

Charset public_oe property

public byte Charset
return byte

FontName public_oe property

public string FontName
return string

Italic public_oe property

public bool Italic
return bool

Size public_oe property

public float Size
return float

Strikethrough public_oe property

public bool Strikethrough
return bool

Underline public_oe property

public bool Underline
return bool

hFont public_oe property

public IntPtr,System hFont
return System.IntPtr