public interface IFontCollection : IReadOnlyList<FontFamily>,
IEnumerable<FontFamily>, IEnumerable, IReadOnlyCollection<FontFamily>,
IDisposablePublic Interface IFontCollection
Inherits IReadOnlyList(Of FontFamily), IEnumerable(Of FontFamily),
IEnumerable, IReadOnlyCollection(Of FontFamily), IDisposabletype IFontCollection =
interface
interface IReadOnlyList<FontFamily>
interface IEnumerable<FontFamily>
interface IEnumerable
interface IReadOnlyCollection<FontFamily>
interface IDisposable
end| Count | Gets the number of elements in the collection. (Inherited from IReadOnlyCollectionFontFamily) |
| ItemInt32 | Gets the element at the specified index in the read-only list. (Inherited from IReadOnlyListFontFamily) |
| Key | Get the font collection's key. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableFontFamily) |
| Initialize(IFontManagerImpl) | Initializes the font collection. |
| TryGetGlyphTypeface(String, FontStyle, FontWeight, FontStretch, IGlyphTypeface) | Try to get a glyph typeface for given parameters. |
| TryMatchCharacter(Int32, FontStyle, FontWeight, FontStretch, String, CultureInfo, Typeface) | Tries to match a specified character to a Typeface that supports specified font properties. |