Bold Method (FontBuilder)
In This Topic
Create a bold
Font from current font
Syntax
'Declaration
Public Shared Function Bold( _
ByVal As Font _
) As Font
public static Font Bold(
Font
)
Parameters
- font
- Indicate the Font you want to bold
Return Value
See Also