diff options
author | Khaled Hosny <khaled@libreoffice.org> | 2023-07-03 10:52:34 +0300 |
---|---|---|
committer | خالد حسني <khaled@libreoffice.org> | 2023-07-03 15:04:55 +0200 |
commit | 206f8b905dc00b86f9926a3ee6b503bd56bc0115 (patch) | |
tree | 1c98e9e36720ab5f888266254bdfc0f665cc08be /vcl/inc/win/salgdi.h | |
parent | 362dfc50a28a918ec73609a00d2851eb3058375d (diff) |
Rename ImplFontMetricData -> FontMetricData
Change-Id: I0f8753a5ef1865f4ea0431125e74d0f52aa1c396
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153868
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'vcl/inc/win/salgdi.h')
-rw-r--r-- | vcl/inc/win/salgdi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 3cf0b791460d..b58ae4b05866 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -53,7 +53,7 @@ class WinFontInstance; class ImplFontAttrCache; class SalGraphicsImpl; class WinSalGraphicsImplBase; -class ImplFontMetricData; +class FontMetricData; #define RGB_TO_PALRGB(nRGB) ((nRGB)|0x02000000) #define PALRGB_TO_RGB(nPalRGB) ((nPalRGB)&0x00ffffff) @@ -348,7 +348,7 @@ public: // set the font virtual void SetFont( LogicalFontInstance*, int nFallbackLevel ) override; // get the current font's metrics - virtual void GetFontMetric( ImplFontMetricDataRef&, int nFallbackLevel ) override; + virtual void GetFontMetric( FontMetricDataRef&, int nFallbackLevel ) override; // get the repertoire of the current font virtual FontCharMapRef GetFontCharMap() const override; // get the layout capabilities of the current font |