Author: jleroux
Date: Fri May 8 07:17:39 2015
New Revision: 1678290
URL:
http://svn.apache.org/r1678290Log:
Forgot to commit this for "Improve the way FOP handles fonts notably for currency symbols"
https://issues.apache.org/jira/browse/OFBIZ-5917 with 1675061
Modified:
ofbiz/trunk/specialpurpose/example/webapp/example/reports/fonts.fo.ftl
Modified: ofbiz/trunk/specialpurpose/example/webapp/example/reports/fonts.fo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/webapp/example/reports/fonts.fo.ftl?rev=1678290&r1=1678289&r2=1678290&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/example/webapp/example/reports/fonts.fo.ftl (original)
+++ ofbiz/trunk/specialpurpose/example/webapp/example/reports/fonts.fo.ftl Fri May 8 07:17:39 2015
@@ -50,6 +50,10 @@ under the License.
<fo:block font-family="Symbol" font-style="normal" font-weight="normal">the quick brown fox jumps over the lazy dog 1234657890</fo:block>
<fo:block color="red">Zapf Dingbats</fo:block>
<fo:block font-family="ZapfDingbats" font-style="normal" font-weight="normal">the quick brown fox jumps over the lazy dog 1234657890</fo:block>
+ <fo:block font-size="12pt">
+ We now use the NotoSans font by default, so no need to specify the NotoSans "font-family" to write special characters, like: € ₹ ° ♥
+ </fo:block>
+
</fo:flow>
</fo:page-sequence>
</fo:root>