C# Class Ushahidi.Common.Extensions.FontExtensions

Datei anzeigen Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
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

Method Details

IncreaseSize() public static method

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

ToBold() public static method

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

ToBold() public static method

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

ToItalic() public static method

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

ToRegular() public static method

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

ToUnderline() public static method

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