March 2003
Intermediate to advanced
896 pages
32h 35m
English
FontCollection
This class is the abstract base for a collection of fonts.
You can use the Families property to retrieve an
array of System.Drawing.FontFamily objects
representing the fonts in the collection.
See InstalledFontCollection and
PrivateFontCollection for more information.
public abstract class FontCollection : IDisposable { // Public Instance Properties public FontFamily[ ] Families{get; } // Public Instance Methods public void Dispose(); // implements IDisposable // Protected Instance Methods protected virtual void Dispose(bool disposing); protected override void Finalize(); // overrides object }
InstalledFontCollection,
PrivateFontCollection
System.Drawing.FontFamily.FontFamily()