FontStyleData Constructor

Public Sub New( _ 
ByVal scaleToUnitSize As Integer, _ 
ByVal characterDictionary As Dictionary(Of Char, IList(Of Entity)) _ 
)
This language is not supported or no code example is available.
public FontStyleData( 
int scaleToUnitSize
Dictionary<char, IList<Entity>> characterDictionary 
)
This language is not supported or no code example is available.

Parameters

scaleToUnitSize
int

characterDictionary
Dictionary<char, IList<Entity>>

.NET Framework

Supported in: 4.8

In this article

Definition