//-----------------------------------------------------------------------------
// wx.NET/Utils - WxFontObject.cs
//
// wx.NET "WxFontObject".
//
// Written by Alexander Olk (xenomorph2@onlinehome.de)
// (C) 2004 Alexander Olk
// Licensed under the wxWidgets license, see LICENSE.txt for details.
//
// $Id: WxFontObject.cs,v 1.2 2004/06/08 05:10:01 t9mike Exp $
//-----------------------------------------------------------------------------
using System;
using System.Xml;
using System.Collections;
using System.Collections.Specialized;
namespace wx.ToWxNet{
public class WxFontObject : WxObjectBase
{
}
}
|