diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-06-24 23:07:31 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-27 19:03:31 +0000 |
commit | feaebe7f93779d5c91c24c31ff91f756c69e9640 (patch) | |
tree | 70fe92162aad9c9da3ebb1fb1347cd88cc722017 /officecfg | |
parent | d9b09a3ff38b2cf11ee0b9f9f03d47375f2b11e8 (diff) |
Always embed 14 standard Postscript fonts in PDF
Ealier version of PDF standard allowed for not embedding the so called
standard PostScript fonts in the PDF files and all PDF readers had to
include them or a "suitable substitute". This behaviour had many issues
and is deprecated for 10 years now. The current version of PDF spec
says:
Beginning with PDF 1.5, the special treatment given to the standard 14
fonts is deprecated. Conforming writers should represent all fonts
using a complete font descriptor. For backwards capability, conforming
readers shall still provide the special treatment identified for the
standard 14 fonts.
This commits removes support for not embedding these fonts, and the, now
redundant, option to embed them.
This has the side effect of elimanating the cause of fdo#66108 and
fdo#41547.
Change-Id: I4f1fc4137a2de7baeef9e504f2e4f84fbec0a491
Reviewed-on: https://gerrit.libreoffice.org/4495
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 30f305c3c1e5..cc6da7d4f867 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5061,13 +5061,6 @@ </info> <value>true</value> </prop> - <prop oor:name="EmbedStandardFonts" oor:type="xs:boolean" oor:nillable="false"> - <info> - <desc>Specifies whether to embed the 14 standard PDF fonts or - not.</desc> - </info> - <value>false</value> - </prop> <prop oor:name="FormsType" oor:type="xs:int" oor:nillable="false"> <info> <desc>Specifies the submitted format of a PDF form.</desc> |