summaryrefslogtreecommitdiff
path: root/psprint/inc
diff options
context:
space:
mode:
authorChristof Pintaske <cp@openoffice.org>2001-05-11 11:25:30 +0000
committerChristof Pintaske <cp@openoffice.org>2001-05-11 11:25:30 +0000
commit80b656a1c0e7a12e32ee4a9af75d3644ea0caec3 (patch)
treefa5f3cd5500289b3fe297b5a00dcd1b5190c519c /psprint/inc
parentcd323600014aee8eb9f942eddc61f1f262d03274 (diff)
handle symbol area for metric and glyph
Diffstat (limited to 'psprint/inc')
-rw-r--r--psprint/inc/psprint/printergfx.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/psprint/inc/psprint/printergfx.hxx b/psprint/inc/psprint/printergfx.hxx
index 286e95be492f..f6049a4e8d71 100644
--- a/psprint/inc/psprint/printergfx.hxx
+++ b/psprint/inc/psprint/printergfx.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: printergfx.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: pl $ $Date: 2001-05-08 11:45:33 $
+ * last change: $Author: cp $ $Date: 2001-05-11 12:25:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -269,12 +269,14 @@ private:
PrinterColor maLineColor;
/* font / font substitution */
+ friend class Font3;
const ::std::hash_map< fontID, fontID >* mpFontSubstitutes;
int getCharWidth (sal_Bool b_vert, sal_Unicode n_char,
CharacterMetric *p_bbox);
- fontID getCharMetric (fontID p_font[3], sal_Unicode n_char,
+ fontID getCharMetric (const Font3 &rFont, sal_Unicode n_char,
CharacterMetric *p_bbox);
- fontID getFontSubstitute ();
+ fontID getFontSubstitute () const;
+ fontID getFallbackID () const { return mnFallbackID; }
public: