<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.2.26159.112" />

System.Drawing.Text.FontCollection

public abstract class FontCollection : IDisposable
Provides a base class for installed and private font collections.
public FontFamily[] Families { get; }

Gets the array of FontFamily objects associated with this FontCollection.

public void Dispose()

Releases all resources used by this FontCollection.

protected virtual void Dispose(bool disposing)

Releases the unmanaged resources used by the FontCollection and optionally releases the managed resources.