C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / Font Class / Font Constructor / Font Constructor(String,Double)
Font face.
Font size in points.

In This Topic
Font Constructor(String,Double)
In This Topic
Initializes a new instance of a Font object.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal sizeInPoints As Double _
)
 

Parameters

name
Font face.
sizeInPoints
Font size in points.
See Also