| 12345678910111213141516171819 |
- //
- // System.Drawing.FontFamily.cs
- //
- // Author:
- // Dennis Hayes ([email protected])
- //
- // (C) 2002 Ximian, Inc
- //
- using System;
- namespace System.Drawing {
- /// <summary>
- /// Summary description for FontFamily.
- /// </summary>
- public class FontFamily {
- public FontFamily() {
- }
- }
- }
|