Method | Description | |
---|---|---|
IncreaseSize ( this font, int sizeToIncrease ) : |
Increase the font size by the specified amount
|
|
ToBold ( this font ) : |
Font to BOLD
|
|
ToBold ( this font, int sizeToIncrease ) : |
Font to BOLD, with size increase by the specified amount
|
|
ToItalic ( this font ) : |
Font to Italic
|
|
ToRegular ( this font ) : |
Font to REGULAR
|
|
ToUnderline ( this font ) : |
Font to Underline
|
public static IncreaseSize ( this font, int sizeToIncrease ) : |
||
font | this | |
sizeToIncrease | int | |
return |
public static ToBold ( this font ) : |
||
font | this | |
return |
public static ToBold ( this font, int sizeToIncrease ) : |
||
font | this | |
sizeToIncrease | int | |
return |
public static ToItalic ( this font ) : |
||
font | this | |
return |
public static ToRegular ( this font ) : |
||
font | this | |
return |
public static ToUnderline ( this font ) : |
||
font | this | |
return |