diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-09-30 16:50:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-09-30 16:50:58 +0100 |
commit | 5e83d9db0213f17fe8af6ca1ae33e397f83e9d54 (patch) | |
tree | ab78535e0eedf47d1aa0085ad1359b08f9f0619c /vcl/unx/headless/svppspgraphics.hxx | |
parent | bf2037d9ad896023f0190180e77cf7afac3a9bdd (diff) |
shrink replacement glyphs when they wouldn't fit on the line
Diffstat (limited to 'vcl/unx/headless/svppspgraphics.hxx')
-rw-r--r-- | vcl/unx/headless/svppspgraphics.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/headless/svppspgraphics.hxx b/vcl/unx/headless/svppspgraphics.hxx index 063dff34c3c2..987923eb40ff 100644 --- a/vcl/unx/headless/svppspgraphics.hxx +++ b/vcl/unx/headless/svppspgraphics.hxx @@ -105,7 +105,7 @@ public: virtual void SetTextColor( SalColor nSalColor ); virtual USHORT SetFont( ImplFontSelectData*, int nFallbackLevel ); - virtual void GetFontMetric( ImplFontMetricData* ); + virtual void GetFontMetric( ImplFontMetricData*, int nFallbackLevel ); virtual ULONG GetKernPairs( ULONG nPairs, ImplKernPairData* pKernPairs ); virtual ImplFontCharMap* GetImplFontCharMap() const; virtual void GetDevFontList( ImplDevFontList* ); |