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

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

Parameters

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