Bold Method
Bold(Font)
Create a bold Font from current font
Declaration
public static Font Bold(Font font)
Public Shared Function Bold(font As Font) As Font
Parameters
| Type |
Name |
Description |
| Font |
font |
Indicate the Font you want to bold
|
Returns
| Type |
Description |
| Font |
A Font with bold style
|