diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-26 07:26:40 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-26 07:26:40 +0000 |
commit | e79e2908f6557a40171acdb43dbf2f2307af9fc9 (patch) | |
tree | 6645cd4b1ed8a9e2fd341e7d66d000e6332fad7c /vcl/source/glyphs | |
parent | cf2abafd001fff13cd4c7cc96bc11c4edb1993e5 (diff) |
INTEGRATION: CWS cairotext01_DEV300 (1.39.180); FILE MERGED
2008/02/05 16:22:27 cmc 1.39.180.2: #i85470# need to have a consistent size set
2008/01/25 08:53:46 cmc 1.39.180.1: #i85470# render text with cairo when available
Diffstat (limited to 'vcl/source/glyphs')
-rw-r--r-- | vcl/source/glyphs/gcach_ftyp.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/vcl/source/glyphs/gcach_ftyp.hxx b/vcl/source/glyphs/gcach_ftyp.hxx index 45ff9cd42207..a835228cff91 100644 --- a/vcl/source/glyphs/gcach_ftyp.hxx +++ b/vcl/source/glyphs/gcach_ftyp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: gcach_ftyp.hxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: hr $ $Date: 2007-07-31 16:09:30 $ + * last change: $Author: obo $ $Date: 2008-03-26 08:26:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -185,6 +185,10 @@ public: virtual const ::rtl::OString* GetFontFileName() const { return mpFontInfo->GetFontFileName(); } virtual int GetFontFaceNum() const { return mpFontInfo->GetFaceNum(); } virtual bool TestFont() const; + virtual void* GetFtFace() const; + virtual int GetLoadFlags() const { return mnLoadFlags; } + virtual bool NeedsArtificialBold() const { return mbArtBold; } + virtual bool NeedsArtificialItalic() const { return mbArtItalic; } virtual void FetchFontMetric( ImplFontMetricData&, long& rFactor ) const; |