Kaydet (Commit) 7d837f1c authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS vcl27 (1.28.46); FILE MERGED

2004/09/17 15:09:05 pl 1.28.46.2: RESYNC: (1.28-1.29); FILE MERGED
2004/09/15 11:56:29 hdu 1.28.46.1: #110416# fix GetGlyphOutline for rotated text by disabling bitmap optimized rotation in that case
üst 79557b73
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: gcach_ftyp.hxx,v $ * $RCSfile: gcach_ftyp.hxx,v $
* *
* $Revision: 1.29 $ * $Revision: 1.30 $
* *
* last change: $Author: rt $ $Date: 2004-09-08 15:08:12 $ * last change: $Author: hr $ $Date: 2004-10-13 08:53:45 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -225,7 +225,7 @@ public: ...@@ -225,7 +225,7 @@ public:
protected: protected:
friend class GlyphCache; friend class GlyphCache;
int ApplyGlyphTransform( int nGlyphFlags, FT_GlyphRec_* ) const; int ApplyGlyphTransform( int nGlyphFlags, FT_GlyphRec_*, bool ) const;
virtual void InitGlyphData( int nGlyphIndex, GlyphData& ) const; virtual void InitGlyphData( int nGlyphIndex, GlyphData& ) const;
virtual ULONG GetFontCodeRanges( sal_uInt32* pCodes ) const; virtual ULONG GetFontCodeRanges( sal_uInt32* pCodes ) const;
bool ApplyGSUB( const ImplFontSelectData& ); bool ApplyGSUB( const ImplFontSelectData& );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment