I have trouble on using Apache FOP 1.1 with arial font on ubuntu.
Configuration file fonts.xml:
/ <fop version="1.0">
<base>/home/user/temp/fonts/</base>
<font-base>/home/user/temp/fonts/</font-base>
<renderers>
<renderer mime="application/pdf">
<fonts>
<font-triplet name="Arial" style="normal" weight="normal" />
<font-triplet name="ArialMT" style="normal" weight="normal" />
</fonts>
</renderer>
</renderers>
</fop>/
Also tried using this:
/<auto-detect/> /
and
/<directory>/home/user/temp/fonts/</directory>/
I am always getting:
Font "Arial,normal,700" not found. Substituting with "any,normal,700".
What should I fix in order to use Arial font?
--
View this message in context:
http://apache-fop.1065347.n5.nabble.com/Cyrrilic-font-in-Apache-FOP-1-1-tp39595.html
Sent from the FOP - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]