Create a font with the specified characteristics.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartFont(
float size,
bool bold
)
Public Sub New (
size As Single,
bold As Boolean
)
public:
NChartFont(
[InAttribute] float size,
[InAttribute] bool bold
)
Parameters
- size
- Type: SystemSingle
Size of font - bold
- Type: SystemBoolean
Flag determining if font is bold.
See Also