diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-26 11:31:34 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-26 11:31:34 +0000 |
commit | 882e9cd2affb773eec8b1d387ab4e3b5cbdc0994 (patch) | |
tree | f023b2ce9abf3b894a81986e0a00e23d77b55e66 /handbook/poky-doc-tools/common/fop-config.xml.in | |
parent | 7197110f46511492a48cd359b3ddf75b60ea47c8 (diff) | |
download | openembedded-core-882e9cd2affb773eec8b1d387ab4e3b5cbdc0994.tar.gz openembedded-core-882e9cd2affb773eec8b1d387ab4e3b5cbdc0994.tar.bz2 openembedded-core-882e9cd2affb773eec8b1d387ab4e3b5cbdc0994.zip |
Add Poky handbook
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3865 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'handbook/poky-doc-tools/common/fop-config.xml.in')
-rw-r--r-- | handbook/poky-doc-tools/common/fop-config.xml.in | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/handbook/poky-doc-tools/common/fop-config.xml.in b/handbook/poky-doc-tools/common/fop-config.xml.in new file mode 100644 index 0000000000..649ccb566f --- /dev/null +++ b/handbook/poky-doc-tools/common/fop-config.xml.in @@ -0,0 +1,33 @@ +<configuration> + <entry> + <!-- + Set the baseDir so common/openedhand.svg references in plans still + work ok. Note, relative file references to current dir should still work. + --> + <key>baseDir</key> + <value>@datadir@</value> + </entry> + <fonts> + <font metrics-file="@datadir@/common/VeraMono.xml" + kerning="yes" + embed-file="@datadir@/common/VeraMono.ttf"> + <font-triplet name="veramono" style="normal" weight="normal"/> + </font> + + <font metrics-file="@datadir@/common/VeraMoBd.xml" + kerning="yes" + embed-file="@datadir@/common/VeraMoBd.ttf"> + <font-triplet name="veramono" style="normal" weight="bold"/> + </font> + + <font metrics-file="@datadir@/common/Vera.xml" + kerning="yes" + embed-file="@datadir@/common/Vera.ttf"> + <font-triplet name="verasans" style="normal" weight="normal"/> + <font-triplet name="verasans" style="normal" weight="bold"/> + <font-triplet name="verasans" style="italic" weight="normal"/> + <font-triplet name="verasans" style="italic" weight="bold"/> + </font> + + </fonts> +</configuration>
\ No newline at end of file |