diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-30 02:52:48 +0100 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-30 12:54:00 +0000 |
commit | 0fd8ef082d6594cdc3ea8445f8f13e725b39cf89 (patch) | |
tree | 144baa96edf978cf0103ca6b9dae91b368e21bf7 /vcl/inc/win | |
parent | be1750d866dab7712ede4cbbba771b088d862d05 (diff) |
Rename ServerFont to FreetypeFont
This is what it is actually is, we dropped support for server-side fonts
for a long time now. Renamed also a few related classes, but left
ServerFontLayout* ones as they will go away soonish.
Change-Id: I68a6dad51b6972368b7bf85a0b9c8089cc12740e
Reviewed-on: https://gerrit.libreoffice.org/30390
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Tested-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'vcl/inc/win')
-rw-r--r-- | vcl/inc/win/salgdi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index ef9ff2c43709..8f75c1b04a40 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -458,7 +458,7 @@ public: virtual SalLayout* GetTextLayout( ImplLayoutArgs&, int nFallbackLevel ) override; virtual void DrawSalLayout( const CommonSalLayout& ) override; - virtual void DrawServerFontLayout( const GenericSalLayout&, const ServerFont& ) override {}; + virtual void DrawServerFontLayout( const GenericSalLayout&, const FreetypeFont& ) override {}; virtual bool supportsOperation( OutDevSupportType ) const override; // Query the platform layer for control support |