diff options
author | Glenn Adams <gadams@apache.org> | 2014-08-06 19:19:31 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2014-08-06 19:19:31 +0000 |
commit | c7d7ed1ee64ee057fc36b444161b0f982cd6e447 (patch) | |
tree | f57d2a3f0d3bd9f9a40aad9d735e160a9d867c6f /conf | |
parent | d408d2b45d6487f194eeb153830cd8b3ef479c92 (diff) | |
download | xmlgraphics-fop-c7d7ed1ee64ee057fc36b444161b0f982cd6e447.tar.gz xmlgraphics-fop-c7d7ed1ee64ee057fc36b444161b0f982cd6e447.zip |
Fix or suppress 1-instance findbug warnings.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1616312 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf')
-rw-r--r-- | conf/fop.xconf | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/conf/fop.xconf b/conf/fop.xconf index 01f12fd14..7514573c5 100644 --- a/conf/fop.xconf +++ b/conf/fop.xconf @@ -23,9 +23,8 @@ the location of this file. <!-- Target resolution in dpi (dots/pixels per inch) for specifying the target resolution for generated bitmaps, default: 72dpi --> <target-resolution>72</target-resolution> - <!-- Default page-height and page-width, in case - value is specified as auto --> - <default-page-settings height="11in" width="8.26in"/> + <!-- Default page-height and page-width, in case value is specified as auto --> + <default-page-settings height="11.00in" width="8.50in"/> <!-- Information for specific renderers --> <!-- Uses renderer mime type for renderers --> @@ -78,6 +77,10 @@ the location of this file. <font-triplet name="ArialMT" style="normal" weight="bold"/> </font> --> + + <!-- auto-detect fonts --> + <auto-detect/> + </fonts> <!-- This option lets you specify additional options on an XML handler --> @@ -403,11 +406,11 @@ the location of this file. example: <font> - <afp-font type="CIDKeyed" encoding="UnicodeBigUnmarked" - codepage="T1120000" characterset="CZJHMNU" - base-uri="fonts" /> - <font-triplet name="J-Heisei Mincho" style="normal" weight="normal" /> - </font> + <afp-font type="CIDKeyed" encoding="UnicodeBigUnmarked" + codepage="T1120000" characterset="CZJHMNU" + base-uri="fonts" /> + <font-triplet name="J-Heisei Mincho" style="normal" weight="normal" /> + </font> --> @@ -461,4 +464,3 @@ the location of this file. </renderers> </fop> - |