FontStyleData Class

FontStyleData data class. Holds the data for the characters of a given Font and FontStyle.
Public Class FontStyleData 
Inherits Dictionary(Of String, FontStyleCharData
Implements IDisposable
This language is not supported or no code example is available.
public class FontStyleData : Dictionary<string, FontStyleCharData>, 
IDisposable
This language is not supported or no code example is available.
Name Description
Public property Comparer (inherited from Dictionary<TKey, TValue>).
Public property Count (inherited from Dictionary<TKey, TValue>).
Public property Item(TKey) (inherited from Dictionary<TKey, TValue>).
Public property Keys (inherited from Dictionary<TKey, TValue>).
Public property Values (inherited from Dictionary<TKey, TValue>).
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition