Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | <fop version="1.0"> |
| 2 | |
| 3 | <!-- Strict user configuration --> |
| 4 | <strict-configuration>true</strict-configuration> |
| 5 | |
| 6 | <!-- Strict FO validation --> |
| 7 | <strict-validation>true</strict-validation> |
| 8 | |
| 9 | <!-- |
| 10 | Set the baseDir so common/openedhand.svg references in plans still |
| 11 | work ok. Note, relative file references to current dir should still work. |
| 12 | --> |
| 13 | <base>../template</base> |
| 14 | <font-base>../template</font-base> |
| 15 | |
| 16 | <!-- Source resolution in dpi (dots/pixels per inch) for determining the |
| 17 | size of pixels in SVG and bitmap images, default: 72dpi --> |
| 18 | <!-- <source-resolution>72</source-resolution> --> |
| 19 | <!-- Target resolution in dpi (dots/pixels per inch) for specifying the |
| 20 | target resolution for generated bitmaps, default: 72dpi --> |
| 21 | <!-- <target-resolution>72</target-resolution> --> |
| 22 | |
| 23 | <!-- default page-height and page-width, in case |
| 24 | value is specified as auto --> |
| 25 | <default-page-settings height="11in" width="8.26in"/> |
| 26 | |
| 27 | <!-- <use-cache>false</use-cache> --> |
| 28 | |
| 29 | <renderers> |
| 30 | <renderer mime="application/pdf"> |
| 31 | <fonts> |
| 32 | <font metrics-file="VeraMono.xml" |
| 33 | kerning="yes" |
| 34 | embed-url="VeraMono.ttf"> |
| 35 | <font-triplet name="veramono" style="normal" weight="normal"/> |
| 36 | </font> |
| 37 | |
| 38 | <font metrics-file="VeraMoBd.xml" |
| 39 | kerning="yes" |
| 40 | embed-url="VeraMoBd.ttf"> |
| 41 | <font-triplet name="veramono" style="normal" weight="bold"/> |
| 42 | </font> |
| 43 | |
| 44 | <font metrics-file="Vera.xml" |
| 45 | kerning="yes" |
| 46 | embed-url="Vera.ttf"> |
| 47 | <font-triplet name="verasans" style="normal" weight="normal"/> |
| 48 | <font-triplet name="verasans" style="normal" weight="bold"/> |
| 49 | <font-triplet name="verasans" style="italic" weight="normal"/> |
| 50 | <font-triplet name="verasans" style="italic" weight="bold"/> |
| 51 | </font> |
| 52 | |
| 53 | <auto-detect/> |
| 54 | </fonts> |
| 55 | </renderer> |
| 56 | </renderers> |
| 57 | </fop> |
| 58 | |