2005-12-22 Peter Dennis Bartok <pbartok@novell.com>
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Fri, 23 Dec 2005 00:15:38 +0000 (00:15 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Fri, 23 Dec 2005 00:15:38 +0000 (00:15 -0000)
commit5780cec33e71eb5d5ac9c1635725bd3f477e3a8b
treea3c46fd063356c57acfcfc48d8ef29e0d8f145c8
parentb789bb130ecfbd14c104153e49942331b418c0d8
2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>

* RTF.cs: Added method to allow setting the default font for the RTF
  document. This font will be used if the document does not contain
  a font table.
* Font.cs: Added method to delete font with a given number;
  changed set_Num to call this method (to allow replacing fonts
  with the same number, particulary the default font)

svn path=/trunk/mcs/; revision=54761
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Font.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/RTF.cs