dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/Xsharp Font.cs,1.7,1.8


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/Xsharp Font.cs,1.7,1.8
Date: Sun, 30 Nov 2003 10:26:58 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/Xsharp
In directory subversions:/tmp/cvs-serv13423/Xsharp

Modified Files:
        Font.cs 
Log Message:


Don't normalize point sizes with Xft because it can smoothly scale to any size.


Index: Font.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Xsharp/Font.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Font.cs     30 Nov 2003 09:40:55 -0000      1.7
--- Font.cs     30 Nov 2003 10:26:56 -0000      1.8
***************
*** 902,907 ****
                                        // Create the raw X font set structure.
                                        fontSet = Xlib.XSharpCreateFontXft
!                                               (display, family,
!                                                NormalizePointSize(pointSize), 
(int)style);
  
                                        // Get the extent information for the 
font.
--- 902,906 ----
                                        // Create the raw X font set structure.
                                        fontSet = Xlib.XSharpCreateFontXft
!                                               (display, family, pointSize, 
(int)style);
  
                                        // Get the extent information for the 
font.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]