C# 클래스 YamuiFramework.Fonts.FontManager

파일 보기 프로젝트 열기: jcaillon/3P

공개 메소드들

메소드 설명
GetFont ( FontFunction lbFunction ) : Font
GetFont ( FontStyle fontStyle, float size ) : Font
GetOtherFont ( string familyName, FontStyle fontStyle, float size ) : Font
GetStandardFont ( ) : Font
GetTextFormatFlags ( ContentAlignment textAlign ) : TextFormatFlags
GetTextFormatFlags ( ContentAlignment textAlign, bool wrapToLine ) : TextFormatFlags

비공개 메소드들

메소드 설명
FontManager ( ) : System

메소드 상세

GetFont() 공개 정적인 메소드

public static GetFont ( FontFunction lbFunction ) : Font
lbFunction FontFunction
리턴 System.Drawing.Font

GetFont() 공개 정적인 메소드

public static GetFont ( FontStyle fontStyle, float size ) : Font
fontStyle FontStyle
size float
리턴 System.Drawing.Font

GetOtherFont() 공개 정적인 메소드

public static GetOtherFont ( string familyName, FontStyle fontStyle, float size ) : Font
familyName string
fontStyle FontStyle
size float
리턴 System.Drawing.Font

GetStandardFont() 공개 정적인 메소드

public static GetStandardFont ( ) : Font
리턴 System.Drawing.Font

GetTextFormatFlags() 공개 정적인 메소드

public static GetTextFormatFlags ( ContentAlignment textAlign ) : TextFormatFlags
textAlign ContentAlignment
리턴 TextFormatFlags

GetTextFormatFlags() 공개 정적인 메소드

public static GetTextFormatFlags ( ContentAlignment textAlign, bool wrapToLine ) : TextFormatFlags
textAlign ContentAlignment
wrapToLine bool
리턴 TextFormatFlags