C# 클래스 Ushahidi.Common.Extensions.FontExtensions

파일 보기 프로젝트 열기: ushahidi/Ushahidi_WinMobile

공개 메소드들

메소드 설명
IncreaseSize ( this font, int sizeToIncrease ) : Font

Increase the font size by the specified amount

ToBold ( this font ) : Font

Font to BOLD

ToBold ( this font, int sizeToIncrease ) : Font

Font to BOLD, with size increase by the specified amount

ToItalic ( this font ) : Font

Font to Italic

ToRegular ( this font ) : Font

Font to REGULAR

ToUnderline ( this font ) : Font

Font to Underline

메소드 상세

IncreaseSize() 공개 정적인 메소드

Increase the font size by the specified amount
public static IncreaseSize ( this font, int sizeToIncrease ) : Font
font this
sizeToIncrease int
리턴 System.Drawing.Font

ToBold() 공개 정적인 메소드

Font to BOLD
public static ToBold ( this font ) : Font
font this
리턴 System.Drawing.Font

ToBold() 공개 정적인 메소드

Font to BOLD, with size increase by the specified amount
public static ToBold ( this font, int sizeToIncrease ) : Font
font this
sizeToIncrease int
리턴 System.Drawing.Font

ToItalic() 공개 정적인 메소드

Font to Italic
public static ToItalic ( this font ) : Font
font this
리턴 System.Drawing.Font

ToRegular() 공개 정적인 메소드

Font to REGULAR
public static ToRegular ( this font ) : Font
font this
리턴 System.Drawing.Font

ToUnderline() 공개 정적인 메소드

Font to Underline
public static ToUnderline ( this font ) : Font
font this
리턴 System.Drawing.Font