From ef1b4c3a5ea6e70a3831d29133ca291aee89f177 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 26 Nov 2013 16:39:17 +0200 Subject: Device-specific font substitution is not used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was only used for printer built in fonts, which was dropped in the previous commit. Change-Id: Iff62786284470ff3873c8d4b0aae0614bf69c7f3 Reviewed-on: https://gerrit.libreoffice.org/6859 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/inc/win/salgdi.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'vcl/inc/win') diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 6e96c7023082..24412526710f 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -314,9 +314,6 @@ public: virtual void GetDevFontList( ImplDevFontList* ); // graphics must drop any cached font info virtual void ClearDevFontCache(); - // graphics should call ImplAddDevFontSubstitute on supplied - // OutputDevice for all its device specific preferred font substitutions - virtual void GetDevFontSubstList( OutputDevice* ); virtual bool AddTempDevFont( ImplDevFontList*, const OUString& rFileURL, const OUString& rFontName ); // CreateFontSubset: a method to get a subset of glyhps of a font // inside a new valid font file -- cgit