FontData Class

Font data class. Used internally to store the data for the characters of a given Font.
Public Class FontData 
Inherits Dictionary(Of FontStyle, FontStyleData
Implements IDisposable
This language is not supported or no code example is available.
public class FontData : Dictionary<FontStyle, FontStyleData>, 
IDisposable
This language is not supported or no code example is available.
Name Description
Public constructor FontData() Empty constructor.
Top
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