C# 클래스 Praeclarum.Graphics.Font

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

공개 메소드들

메소드 설명
BoldSystemFontOfSize ( int size ) : Font
BoldUserFixedPitchFontOfSize ( int size ) : Font
Font ( string fontFamily, FontOptions options, int size ) : System
FromName ( string name, int size ) : Font
SystemFontOfSize ( int size ) : Font
ToString ( ) : string
UserFixedPitchFontOfSize ( int size ) : Font

메소드 상세

BoldSystemFontOfSize() 공개 정적인 메소드

public static BoldSystemFontOfSize ( int size ) : Font
size int
리턴 Font

BoldUserFixedPitchFontOfSize() 공개 정적인 메소드

public static BoldUserFixedPitchFontOfSize ( int size ) : Font
size int
리턴 Font

Font() 공개 메소드

public Font ( string fontFamily, FontOptions options, int size ) : System
fontFamily string
options FontOptions
size int
리턴 System

FromName() 공개 정적인 메소드

public static FromName ( string name, int size ) : Font
name string
size int
리턴 Font

SystemFontOfSize() 공개 정적인 메소드

public static SystemFontOfSize ( int size ) : Font
size int
리턴 Font

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UserFixedPitchFontOfSize() 공개 정적인 메소드

public static UserFixedPitchFontOfSize ( int size ) : Font
size int
리턴 Font