Glossary Item Box

.netCHARTING v3.1 Documentation Send comments on this topic.

Working with Fonts

Initializes a new Font object using a specified size


[C#]
Font myFont = new Font("Arial", 10);
[Visual Basic]
Dim myFont As New Font("Arial", 10)

Initializes a new Font object using a specified size and style


[C#]
Font myFont = new Font("Arial", 10, FontStyle.Bold);
[Visual Basic]
Dim myFont As New Font("Arial", 10, FontStyle.Bold)


Available Font Styles:


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.