rpms/openoffice.org/devel openoffice.org-2.0.2.ooo64508.vcl.honourfontconfighinting.patch, 1.2, 1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 20 11:37:23 UTC 2006


Author: caolanm

Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25967

Modified Files:
	openoffice.org-2.0.2.ooo64508.vcl.honourfontconfighinting.patch 
Log Message:
remove that thingy

openoffice.org-2.0.2.ooo64508.vcl.honourfontconfighinting.patch:
 inc/outfont.hxx                            |    0 
 inc/psprint/fontmanager.hxx                |    0 
 inc/vclenum.hxx                            |    0 
 psprint/inc/psprint/fontmanager.hxx        |   22 ++++++-
 psprint/source/fontmanager/fontconfig.cxx  |   91 +++++++++++++++++++----------
 psprint/source/fontmanager/fontmanager.cxx |    8 ++
 source/fontmanager/fontconfig.cxx          |    0 
 source/fontmanager/fontmanager.cxx         |    0 
 source/glyphs/gcach_ftyp.cxx               |    0 
 source/glyphs/gcach_ftyp.hxx               |    0 
 unx/source/gdi/xlfd_extd.cxx               |    0 
 vcl/inc/outfont.hxx                        |    6 +
 vcl/inc/vclenum.hxx                        |   22 +++++++
 vcl/source/glyphs/gcach_ftyp.cxx           |   71 +++++++++++++++-------
 vcl/source/glyphs/gcach_ftyp.hxx           |    6 +
 vcl/unx/source/gdi/xlfd_extd.cxx           |    4 +
 vcl/win/source/gdi/salgdi3.cxx             |    9 ++
 win/source/gdi/salgdi3.cxx                 |    0 
 18 files changed, 185 insertions(+), 54 deletions(-)

Index: openoffice.org-2.0.2.ooo64508.vcl.honourfontconfighinting.patch
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org-2.0.2.ooo64508.vcl.honourfontconfighinting.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openoffice.org-2.0.2.ooo64508.vcl.honourfontconfighinting.patch	20 Apr 2006 11:28:50 -0000	1.2
+++ openoffice.org-2.0.2.ooo64508.vcl.honourfontconfighinting.patch	20 Apr 2006 11:37:19 -0000	1.3
@@ -62,22 +62,6 @@
 diff -u -r1.17 fontconfig.cxx
 --- openoffice.org.orig/psprint/source/fontmanager/fontconfig.cxx	29 Mar 2006 11:21:45 -0000	1.17
 +++ openoffice.org/psprint/source/fontmanager/fontconfig.cxx	20 Apr 2006 10:36:06 -0000
-@@ -334,9 +341,14 @@
-                                                     FC_SLANT,
-                                                     FC_WEIGHT,
-                                                     FC_SPACING,
-+                                                    FC_ANTIALIAS,
-+                                                    FC_HINTING,
-+                                                    FC_HINT_STYLE,
-+                                                    FC_AUTOHINT,
-                                                     FC_FILE,
--                                                    FC_OUTLINE,
-                                                     FC_INDEX,
-+                                                    FC_OUTLINE,
-+                                                    FC_EMBEDDED_BITMAP,
-                                                     (void *) NULL );
-     FcPattern* pPattern = rWrapper.FcPatternCreate();
-     FcFontSet* pFSet = rWrapper.FcFontList( pConfig, pPattern, pOSet );
 @@ -355,35 +367,18 @@
              int weight = 0;
              int spacing = 0;




More information about the fedora-cvs-commits mailing list