| 123456789101112131415161718192021 |
- //
- // System.Drawing.Text.InstalledFontCollection.cs
- //
- // (C) 2002 Ximian, Inc. http://www.ximian.com
- // Author: Everaldo Canuto [email protected]
- //
- using System;
- namespace System.Drawing.Text {
- public sealed class InstalledFontCollection : FontCollection {
- // constructors
- [MonoTODO]
- public InstalledFontCollection() {
- throw new NotImplementedException ();
- }
-
- }
- }
|