TextStyle(String, String, FontStyle, Double) Constructor

Standard constructor.
Public Sub New( _ 
ByVal name As String, _ 
ByVal fontFamilyName As String, _ 
ByVal style As FontStyle, _ 
Optional ByVal widthFactor As Double = 1 _ 
)
This language is not supported or no code example is available.
public TextStyle( 
string name
string fontFamilyName
FontStyle style
double widthFactor = 1 
)
This language is not supported or no code example is available.

Parameters

name
string

The text style name.

fontFamilyName
string

The font family name

style
FontStyle

The font style

widthFactor
double

The width factor

.NET Framework

Supported in: 4.8

In this article

Definition