diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-03 18:17:44 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-03 08:23:05 +0000 |
commit | d7d2c6b53eacfe4e0270d6f61b3ae20047e99d35 (patch) | |
tree | 12b32a72a1ef66540538187e3797b0527ffc7208 /vcl/inc/quartz | |
parent | 7b974e056df3ad023b18592bc01394943305dc41 (diff) |
vcl: rename variables from metric names to font attribute names
Change-Id: Ib0a3d82af858304bf63a20bcb30b8de741491935
Reviewed-on: https://gerrit.libreoffice.org/21054
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/inc/quartz')
-rw-r--r-- | vcl/inc/quartz/salgdi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h index 8b78337743ef..d128950c1942 100644 --- a/vcl/inc/quartz/salgdi.h +++ b/vcl/inc/quartz/salgdi.h @@ -94,7 +94,7 @@ public: SalLayout* GetTextLayout( void ) const; - void GetFontMetric( ImplFontAttributes& ) const; + void GetFontAttributes( ImplFontAttributes& ) const; bool GetGlyphBoundRect( sal_GlyphId, Rectangle& ) const; bool GetGlyphOutline( sal_GlyphId, basegfx::B2DPolyPolygon& ) const; @@ -338,7 +338,7 @@ public: // set the font virtual sal_uInt16 SetFont( FontSelectPattern*, int nFallbackLevel ) override; // get the current font's metrics - virtual void GetFontMetric( ImplFontAttributes*, int nFallbackLevel ) override; + virtual void GetFontAttributes( ImplFontAttributes*, int nFallbackLevel ) override; // get the repertoire of the current font virtual const FontCharMapPtr GetFontCharMap() const override; virtual bool GetFontCapabilities(vcl::FontCapabilities &rFontCapabilities) const override; |