C# 클래스 KeePass.UI.FontUtil

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

공개 메소드들

메소드 설명
AssignDefault ( Control c ) : void
AssignDefaultBold ( Control c ) : void
AssignDefaultItalic ( Control c ) : void
AssignDefaultMono ( Control c, bool bIsPasswordBox ) : void
CreateFont ( Font fBase, FontStyle fs ) : Font
CreateFont ( FontFamily ff, float fEmSize, FontStyle fs ) : Font
CreateFont ( string strFamily, float fEmSize, FontStyle fs ) : Font
CreateFont ( string strFamily, float fEmSize, FontStyle fs, GraphicsUnit gu ) : Font
SetDefaultFont ( Control c ) : void

메소드 상세

AssignDefault() 공개 정적인 메소드

public static AssignDefault ( Control c ) : void
c System.Windows.Forms.Control
리턴 void

AssignDefaultBold() 공개 정적인 메소드

public static AssignDefaultBold ( Control c ) : void
c System.Windows.Forms.Control
리턴 void

AssignDefaultItalic() 공개 정적인 메소드

public static AssignDefaultItalic ( Control c ) : void
c System.Windows.Forms.Control
리턴 void

AssignDefaultMono() 공개 정적인 메소드

public static AssignDefaultMono ( Control c, bool bIsPasswordBox ) : void
c System.Windows.Forms.Control
bIsPasswordBox bool
리턴 void

CreateFont() 공개 정적인 메소드

public static CreateFont ( Font fBase, FontStyle fs ) : Font
fBase System.Drawing.Font
fs FontStyle
리턴 System.Drawing.Font

CreateFont() 공개 정적인 메소드

public static CreateFont ( FontFamily ff, float fEmSize, FontStyle fs ) : Font
ff System.Drawing.FontFamily
fEmSize float
fs FontStyle
리턴 System.Drawing.Font

CreateFont() 공개 정적인 메소드

public static CreateFont ( string strFamily, float fEmSize, FontStyle fs ) : Font
strFamily string
fEmSize float
fs FontStyle
리턴 System.Drawing.Font

CreateFont() 공개 정적인 메소드

public static CreateFont ( string strFamily, float fEmSize, FontStyle fs, GraphicsUnit gu ) : Font
strFamily string
fEmSize float
fs FontStyle
gu GraphicsUnit
리턴 System.Drawing.Font

SetDefaultFont() 공개 정적인 메소드

public static SetDefaultFont ( Control c ) : void
c System.Windows.Forms.Control
리턴 void