2 types derived from FontCollection
System.Drawing.Common (2)
Special\NotSupported.cs (2)
3200public sealed partial class InstalledFontCollection : System.Drawing.Text.FontCollection 3205public sealed partial class PrivateFontCollection : System.Drawing.Text.FontCollection
2 references to FontCollection
System.Drawing (1)
System.Drawing.cs (1)
159[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Text.FontCollection))]
System.Drawing.Common (1)
Special\NotSupported.cs (1)
400public FontFamily(string name, System.Drawing.Text.FontCollection? fontCollection) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }