summaryrefslogtreecommitdiff
path: root/psprint/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-15 11:03:07 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-15 11:03:07 +0000
commit4be0e1187a9f7000dfeffc1107f63ca8fd237395 (patch)
tree08a1b103639a8d2c2dcf2a07af09f91683822fd7 /psprint/inc
parent244b9547635b03d7f3371bf5a2c7e606387dbdfd (diff)
INTEGRATION: CWS fontconfig (1.15.22); FILE MERGED
2003/08/20 17:58:32 pl 1.15.22.1: #i8144# add fontconfig support
Diffstat (limited to 'psprint/inc')
-rw-r--r--psprint/inc/psprint/fontmanager.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/psprint/inc/psprint/fontmanager.hxx b/psprint/inc/psprint/fontmanager.hxx
index f68acaf618d3..204b0f74222f 100644
--- a/psprint/inc/psprint/fontmanager.hxx
+++ b/psprint/inc/psprint/fontmanager.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontmanager.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 14:25:57 $
+ * last change: $Author: obo $ $Date: 2004-03-15 12:03:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -391,6 +391,12 @@ class PrintFontManager
void getServerDirectories(); // get font server directories on e.g. redhat
+ // try to initialize from libfontconfig
+ // returns true if at least one font was added by libfontconfig,
+ // else returns false (e.g. no libfontconfig found
+ // called from initialize()
+ bool initFontconfig();
+
PrintFontManager();
~PrintFontManager();
public: