C# 클래스 Alsing.Drawing.GDI.GDIFont

상속: GDIObject
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bold bool
Charset byte
FontName string
Italic bool
Size float
Strikethrough bool
Underline bool
hFont System.IntPtr

공개 메소드들

메소드 설명
GDIFont ( ) : System
GDIFont ( string fontname, float size ) : System
GDIFont ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : System

보호된 메소드들

메소드 설명
Destroy ( ) : void
Init ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : void

메소드 상세

Destroy() 보호된 메소드

protected Destroy ( ) : void
리턴 void

GDIFont() 공개 메소드

public GDIFont ( ) : System
리턴 System

GDIFont() 공개 메소드

public GDIFont ( string fontname, float size ) : System
fontname string
size float
리턴 System

GDIFont() 공개 메소드

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
리턴 System

Init() 보호된 메소드

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
리턴 void

프로퍼티 상세

Bold 공개적으로 프로퍼티

public bool Bold
리턴 bool

Charset 공개적으로 프로퍼티

public byte Charset
리턴 byte

FontName 공개적으로 프로퍼티

public string FontName
리턴 string

Italic 공개적으로 프로퍼티

public bool Italic
리턴 bool

Size 공개적으로 프로퍼티

public float Size
리턴 float

Strikethrough 공개적으로 프로퍼티

public bool Strikethrough
리턴 bool

Underline 공개적으로 프로퍼티

public bool Underline
리턴 bool

hFont 공개적으로 프로퍼티

public IntPtr,System hFont
리턴 System.IntPtr