TextStyleEx(String, String, FontStyle, Double, String) Constructor

Standard constructor.
Public Sub New( _ 
ByVal name As String, _ 
ByVal fontFamilyName As String, _ 
ByVal style As FontStyle, _ 
Optional ByVal widthFactor As Double = 1, _ 
Optional ByVal fileName As String = null _ 
)
This language is not supported or no code example is available.
public TextStyleEx( 
string name
string fontFamilyName
FontStyle style
double widthFactor = 1, 
string fileName = null 
)
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 text style

widthFactor
double

The width factor

fileName
string

The font file name (for shx fonts)

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition