diff options
author | Simon Steiner <ssteiner@apache.org> | 2016-05-17 13:32:40 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2016-05-17 13:32:40 +0000 |
commit | fd46ff01e9ccb1627f6e5c0f41d57a8559d94085 (patch) | |
tree | 3b07d7299e8b2ad9b982e67517d701bc45b2f0bd /fop/src/foschema/fop-configuration.xsd | |
parent | c55eb89a85e549dc6456f0bae6bf8081bce00586 (diff) | |
download | xmlgraphics-fop-fd46ff01e9ccb1627f6e5c0f41d57a8559d94085.tar.gz xmlgraphics-fop-fd46ff01e9ccb1627f6e5c0f41d57a8559d94085.zip |
FOP-2608: Convert OTF to Type 1 in postscript
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1744262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop/src/foschema/fop-configuration.xsd')
-rw-r--r-- | fop/src/foschema/fop-configuration.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fop/src/foschema/fop-configuration.xsd b/fop/src/foschema/fop-configuration.xsd index 364af22e9..a2e68bcfb 100644 --- a/fop/src/foschema/fop-configuration.xsd +++ b/fop/src/foschema/fop-configuration.xsd @@ -291,6 +291,7 @@ <xsd:attribute name="embed-url-pfm" type="xsd:anyURI" use="optional"/> <xsd:attribute name="sub-font" type="xsd:string" use="optional"/> <xsd:attribute name="name" type="xsd:string" use="optional"/> + <xsd:attribute name="embed-as-type1" type="xsd:boolean" use="optional"/> <xsd:attribute name="embedding-mode" use="optional"> <xsd:simpleType> <xsd:restriction base="xsd:string"> |