FontCollection

System.Drawing.Text.FontCollection

Namespace: System.Drawing.Text

Assembly: System.Drawing.Managed (4.0.0.0)

When inherited, enumerates the FontFamily objects in a collection of fonts.

public class FontCollection : IDisposable

Properties

Families

FontFamily[]: Gets the array of FontFamily objects associated with this FontCollection.

Methods

Dispose()

Dispose(disposing)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Parameter
Type
Description

disposing

Whether we are disposing of managed resources.

Finalize()

Finalizes an instance of the FontCollection class.

Inherited By

Name
Description

Represents the fonts installed on the system.

Encapsulates a collection of Font objects. Provides a collection of font families built from font files that are provided by the client application.

Last updated

Was this helpful?