Index: Font.cs =================================================================== RCS file: /cvsroot/dotgnu-pnet/pnetlib/Xsharp/Font.cs,v retrieving revision 1.18 diff -u -r1.18 Font.cs --- Font.cs 18 Oct 2004 07:54:45 -0000 1.18 +++ Font.cs 6 Dec 2004 14:22:53 -0000 @@ -90,7 +90,7 @@ this.family = family; else this.family = SansSerif; - if(pointSize < 0 || pointSize > 1000) + if(pointSize < 0 || pointSize > 10000) this.pointSize = 120; else this.pointSize = pointSize;