From 1c340962b4fe20aa172f54e694b3d789e3b6ffed Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 26 Sep 2007 14:04:02 +0000 Subject: INTEGRATION: CWS vcl82 (1.33.18); FILE MERGED 2007/08/22 11:27:27 hdu 1.33.18.1: #i72129# export fontconfig's FcFreeTypeCharIndex (thank you CMC for the patch!) --- psprint/inc/psprint/fontmanager.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'psprint') diff --git a/psprint/inc/psprint/fontmanager.hxx b/psprint/inc/psprint/fontmanager.hxx index fc0e0a898302..88db8311325b 100644 --- a/psprint/inc/psprint/fontmanager.hxx +++ b/psprint/inc/psprint/fontmanager.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fontmanager.hxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: kz $ $Date: 2007-06-20 10:07:18 $ + * last change: $Author: hr $ $Date: 2007-09-26 15:04:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -737,6 +737,8 @@ public: false else */ bool matchFont( FastPrintFontInfo& rInfo, const com::sun::star::lang::Locale& rLocale ); + + int FreeTypeCharIndex( void *pFace, sal_uInt32 aChar ); }; } // namespace -- cgit