2
0

changelog 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. 2004-11-25 Marek Safar <[email protected]>
  2. * Image.cs: Add CheckStatus to Families.
  3. 2004-02-25 Andreas Nahr <[email protected]>
  4. * PrivateFontCollection.cs: Removed excess attributes
  5. 2004-02-25 Andreas Nahr <[email protected]>
  6. * FontCollection.cs: Remove console
  7. 2004-02-06 Sanjay Gupta <[email protected]>
  8. * CheckStatus(): Used method of GDIPlus for error checking
  9. in FontCollection.cs, InstalledFontCollection.cs and
  10. PrivateFontCollection.cs
  11. 2004-01-29 Sanjay Gupta <[email protected]>
  12. * FontCollection.cs: Implemented Dispose method.
  13. * InstalledFontCollection.cs: Removed Console.WriteLine calls.
  14. * PrivateFontCollection.cs: Implemented AddMemoryFont method.
  15. 2004-01-28 Jordi Mas <[email protected]>
  16. * FontCollection.cs: fixed marshalling issues
  17. 2004-01-28 Sanjay Gupta <[email protected]>
  18. * FontCollection.cs: Implemented missing functionalities.
  19. * InstalledFontCollection.css: Implemented missing functionalities.
  20. * PrivateFontCollection.cs: Implemented few methods.
  21. 2004-01-10 Ravindra <[email protected]>
  22. * All Enums: Made serializable.
  23. 2003-10-12 Alexandre Pigolkine <[email protected]>
  24. * InstalledFontCollection.cs factory removed
  25. 2003-06-22 Alexandre Pigolkine <[email protected]>
  26. * FontCollection.cs
  27. * InstalledFontCollection.cs
  28. calls to implementation added
  29. 2002-09-16 Nick Drochak <[email protected]>
  30. * PrivateFontCollection.cs: Fix build error. Cannot put ComVisible on
  31. constructors.
  32. 2003-09-14 Piers Haken <[email protected]>
  33. * PrivateFontCollection.cs: import interop for ComVisible attribute
  34. 2002-09-13 Dennis Hayes ([email protected])
  35. * checked in for Everaldo Canuto [email protected]
  36. * FontCollection.cs
  37. * GenericFontFamilies.cs
  38. * HotkeyPrefix.cs
  39. * InstalledFontCollection.cs
  40. * PrivateFontCollection.cs
  41. * TextRenderingHint.cs