From 24657548a71355e1a087b87d725647793785daa9 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 26 Nov 2013 16:37:16 +0200 Subject: Don't perform printer font substitution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The so called printer resident fonts is a relic of a bygone era, when life was simple and there was only ASCII and Type1 fonts. It is just broken by design these days, offers nothing useful and can go wrong in many ways. Since 1f3a91cf2ace315fb332c0149808a2433eb9ae71 this "feature" is disabled by default anyway, so scrap this code to make room for some long due cleanup. Change-Id: Id124b2cad1a484099701a885c4d96e6a12af8d9a Reviewed-on: https://gerrit.libreoffice.org/6858 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- psprint_config/configuration/psprint.conf | 32 ------------------------------- 1 file changed, 32 deletions(-) (limited to 'psprint_config') diff --git a/psprint_config/configuration/psprint.conf b/psprint_config/configuration/psprint.conf index b69bfe138797..d6c333bc280c 100644 --- a/psprint_config/configuration/psprint.conf +++ b/psprint_config/configuration/psprint.conf @@ -61,23 +61,6 @@ ; if key is absent the default value is driver specific ; PPD_PageSize=A4 -; Note: the following two key types are in the global section to provide -; defaults for newly added printers. -; PerformFontSubstitution: whether to replace downloadable fonts -; with resident fonts or not -PerformFontSubstitution=false - -; SubstFont_: the resident font to replace -; if PerformFontSubstitution is true -SubstFont_Helmet=Helvetica -SubstFont_Albany=Helvetica -SubstFont_Courier New=Courier -SubstFont_Arial=Helvetica -SubstFont_Times New Roman=Times -SubstFont_Thorndale=Times -SubstFont_Timmons=Times -SubstFont_Cumberland=Courier - [Generic Printer] ; for every printer a group with at least the keys @@ -114,18 +97,3 @@ Command= ; external_dialog to notify that the print command of a printer will show a dialog ; and therefore the application should not show its own dialog. ;Features= - -; PerformFontSubstitution: whether to replace downloadable fonts -; with resident fonts or not -PerformFontSubstitution=false - -; SubstFont_: the resident font to replace -; if PerformFontSubstitution is true -SubstFont_Helmet=Helvetica -SubstFont_Albany=Helvetica -SubstFont_Courier New=Courier -SubstFont_Arial=Helvetica -SubstFont_Times New Roman=Times -SubstFont_Thorndale=Times -SubstFont_Timmons=Times -SubstFont_Cumberland=Courier -- cgit