'Declaration Public Function New( _
ByVal nameThe face name of font.As String, _
ByVal sizeThe size of this font, measured in the points (1/72 inch).As Single, _
ByVal isBoldA value indicating whether font is bold.As Boolean, _
ByVal isItalicA value indicating whether font is italic.As Boolean _
)
Parameters
- name
- The face name of font.
- size
- The size of this font, measured in the points (1/72 inch).
- isBold
- A value indicating whether font is bold.
- isItalic
- A value indicating whether font is italic.