summaryrefslogtreecommitdiff
path: root/psprint/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 16:06:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 16:06:44 +0000
commit9aa28b9d0eb861c17ef61aa6aec1f9f54882cd6e (patch)
treeb325137efd47ddbf79d935947d433057c0c2972b /psprint/inc
parentd4bc8e3774ca582a7d5318cb9533cf561a4144be (diff)
INTEGRATION: CWS gslperform01 (1.26.4); FILE MERGED
2005/10/20 17:41:34 pl 1.26.4.1: #i56207# read global font info of afm files only, read metrics/kernpairs on demand
Diffstat (limited to 'psprint/inc')
-rw-r--r--psprint/inc/psprint/fontmanager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/inc/psprint/fontmanager.hxx b/psprint/inc/psprint/fontmanager.hxx
index 92a807f8a8c8..f36d5672624b 100644
--- a/psprint/inc/psprint/fontmanager.hxx
+++ b/psprint/inc/psprint/fontmanager.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fontmanager.hxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: hr $ $Date: 2005-09-28 14:23:22 $
+ * last change: $Author: hr $ $Date: 2005-12-28 17:06:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -298,7 +298,7 @@ class PrintFontManager
virtual ~PrintFont();
virtual bool queryMetricPage( int nPage, utl::MultiAtomProvider* pProvider ) = 0;
- bool readAfmMetrics( const rtl::OString& rFileName, utl::MultiAtomProvider* pProvider, bool bFillEncodingvector = false );
+ bool readAfmMetrics( const rtl::OString& rFileName, utl::MultiAtomProvider* pProvider, bool bFillEncodingvector, bool bOnlyGlobalAttributes );
};
struct Type1FontFile : public PrintFont