C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / Font Class / Font Constructor / Font Constructor(RtfFontStyle,Double,String)
Font style attributes.
The font size in points.
The path for raw font file.

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

Parameters

style
Font style attributes.
sizeInPoints
The font size in points.
path
The path for raw font file.
See Also