C# 클래스 PurplePen.FontDesc

파일 보기 프로젝트 열기: petergolde/PurplePen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bold bool
EmHeight float
Name string

공개 메소드들

메소드 설명
FontDesc ( string name, bool bold, bool italic, float emHeight ) : System
FontDesc ( string name, bool bold, bool italic, float emHeight, float emHeightNoArialNarrow ) : System
GetFont ( ) : Font
GetScaledFont ( float scaleRatio ) : Font

메소드 상세

FontDesc() 공개 메소드

public FontDesc ( string name, bool bold, bool italic, float emHeight ) : System
name string
bold bool
italic bool
emHeight float
리턴 System

FontDesc() 공개 메소드

public FontDesc ( string name, bool bold, bool italic, float emHeight, float emHeightNoArialNarrow ) : System
name string
bold bool
italic bool
emHeight float
emHeightNoArialNarrow float
리턴 System

GetFont() 공개 메소드

public GetFont ( ) : Font
리턴 System.Drawing.Font

GetScaledFont() 공개 메소드

public GetScaledFont ( float scaleRatio ) : Font
scaleRatio float
리턴 System.Drawing.Font

프로퍼티 상세

Bold 공개적으로 프로퍼티

public bool Bold
리턴 bool

EmHeight 공개적으로 프로퍼티

public float EmHeight
리턴 float

Name 공개적으로 프로퍼티

public string Name
리턴 string