diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-15 11:55:59 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-15 11:55:59 +0100 |
| commit | 22083287912ebd552e33b79f7c567bc966376d43 (patch) | |
| tree | a16fa012a97a249e25a405d4092b0a89321bfaf6 /documentation/template/fop-config.xml | |
| parent | 13a702e9e572a2dc9f6b52a1531a2237d4d98ff1 (diff) | |
| download | poky-22083287912ebd552e33b79f7c567bc966376d43.tar.gz | |
handbook: Move into documentation directory
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'documentation/template/fop-config.xml')
| -rw-r--r-- | documentation/template/fop-config.xml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/documentation/template/fop-config.xml b/documentation/template/fop-config.xml new file mode 100644 index 0000000000..7d56223d17 --- /dev/null +++ b/documentation/template/fop-config.xml | |||
| @@ -0,0 +1,58 @@ | |||
| 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 | |||
