diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-06-01 17:12:29 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-06-03 15:11:53 +0200 |
commit | ea8422d42e838e7ddfeb8d9f77f3ecedecb29ce8 (patch) | |
tree | 8f389c873fe7297fdf5f4dd59d631f95e583bcc6 /vcl/inc/impfont.hxx | |
parent | cacc516693b879c08bd3b1963eeed9c38928615f (diff) |
Cherry-pick Core Text port from AOO
Manually picked from:
http://svn.apache.org/viewvc?view=revision&sortby=log&revision=1480384
Author: hdu
Date: Wed May 8 18:14:34 2013 UTC (3 weeks, 2 days ago)
Changed paths: 55
Log Message: #i122195# add VCL support for 64bit OSX>=10.7
Change-Id: Ia799d7fdeb257e9bfd311338dcfdf97caf9d191f
Diffstat (limited to 'vcl/inc/impfont.hxx')
-rw-r--r-- | vcl/inc/impfont.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx index 1ac8bd65f020..26a9dd41aed9 100644 --- a/vcl/inc/impfont.hxx +++ b/vcl/inc/impfont.hxx @@ -27,6 +27,7 @@ #include <vcl/dllapi.h> #include <vcl/vclenum.hxx> #include <vcl/fntstyle.hxx> +#include <outfont.hxx> // ------------ // - Impl_Font - @@ -229,6 +230,8 @@ public: bool ParseCMAP( const unsigned char* pRawData, int nRawLength, CmapResult& ); +void UpdateAttributesFromPSName( const String& rPSName, ImplDevFontAttributes& ); + #endif // _SV_IMPFONT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |