diff options
author | fotis <fotis@unknown> | 2001-03-22 17:13:48 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2001-03-22 17:13:48 +0000 |
commit | 75cbd9c88de7a315de189c4c98b7c3992b23bc40 (patch) | |
tree | 7b7a963ddf3fc01b7874a8a6ef8fa561bc5aec13 /conf | |
parent | adff14a6ec966913c7f4d6d75d248a5ee13a54d1 (diff) | |
download | xmlgraphics-fop-75cbd9c88de7a315de189c4c98b7c3992b23bc40.tar.gz xmlgraphics-fop-75cbd9c88de7a315de189c4c98b7c3992b23bc40.zip |
fixed: the typos in the fonts example in the userconfig.xml [Alain Fagot]
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194167 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf')
-rw-r--r-- | conf/userconfig.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/userconfig.xml b/conf/userconfig.xml index c5f4b5871..d5778d5af 100644 --- a/conf/userconfig.xml +++ b/conf/userconfig.xml @@ -58,12 +58,12 @@ basedir: normally the base directory is the directory where the fo file is <font-triplet name="ArialMT" style="normal" weight="bold"/> </font> <font metrics-file="ariali.xml" kerning="yes" embed-file="ariali.ttf"> - <font-triplet name="Arial" style="italics" weight="normal"/> - <font-triplet name="ArialMT" style="italics" weight="normal"/> + <font-triplet name="Arial" style="italic" weight="normal"/> + <font-triplet name="ArialMT" style="italic" weight="normal"/> </font> <font metrics-file="arialbi.xml" kerning="yes" embed-file="arialbi.ttf"> - <font-triplet name="Arial" style="italics" weight="bold"/> - <font-triplet name="ArialMT" style="italics" weight="bold"/> + <font-triplet name="Arial" style="italic" weight="bold"/> + <font-triplet name="ArialMT" style="italic" weight="bold"/> </font> --> </fonts> |