ComponentOne Word for UWP
Font Constructor(String,Double,RtfFontStyle)

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > Font Class > Font Constructor : Font Constructor(String,Double,RtfFontStyle)
Font face.
Font size in points.
Font style attributes.
Initializes a new instance of a Font object.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal sizeInPoints As System.Double, _
   ByVal style As RtfFontStyle _
)
public Font( 
   System.string name,
   System.double sizeInPoints,
   RtfFontStyle style
)

Parameters

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

Reference

Font Class
Font Members
Overload List