I have also added a tip about search in wiki
http://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-OFBizWikiSearch
Jacques
From: "Jacques Le Roux" <jacques.le.r...@les7arts.com>
Done,
Jacques
From: "Jacques Le Roux" <jacques.le.r...@les7arts.com>
I will put that in FAQ
Thanks James
Jacques
From: "James McGill" <james.mcg...@ableengineering.com>
On Thu, Dec 17, 2009 at 12:21 AM, Brajesh Patel <
brajesh.pa...@hotwaxmedia.com> wrote:
Hello James,
Yes, you can use Arial font in fo.ftl need to use file
"framework/webapp/config/fop.xconf" , this file contain following code that
responsible for font family, change font family according to the
requirement:
<font metrics-url="arial.xml" kerning="yes" embed-url="arial.ttf">
<font-triplet name="Arial" style="normal" weight="normal"/>
<font-triplet name="ArialMT" style="normal" weight="normal"/>
</font>
I found that I could put this:
<fonts>
<auto-detect/>
</fonts>
And FOP now sees all the TTF's that the system knows.
Thanks again.