svn commit: r1707948 - /ofbiz/trunk/specialpurpose/example/webapp/example/reports/fonts.fo.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1707948 - /ofbiz/trunk/specialpurpose/example/webapp/example/reports/fonts.fo.ftl

jleroux@apache.org
Author: jleroux
Date: Sun Oct 11 06:19:49 2015
New Revision: 1707948

URL: http://svn.apache.org/viewvc?rev=1707948&view=rev
Log:
Part of previous commit, just missed it, no functional changes

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=1707948&r1=1707947&r2=1707948&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/example/webapp/example/reports/fonts.fo.ftl (original)
+++ ofbiz/trunk/specialpurpose/example/webapp/example/reports/fonts.fo.ftl Sun Oct 11 06:19:49 2015
@@ -28,9 +28,9 @@ under the License.
    </fo:layout-master-set>
 
    <fo:page-sequence master-reference="portrait" initial-page-number="1">
-     <fo:flow flow-name="xsl-region-body">
-    <fo:block text-align="center">Font samples</fo:block>
-    <fo:block></fo:block>
+    <fo:flow flow-name="xsl-region-body">
+        <fo:block text-align="center">Font samples</fo:block>
+        <fo:block></fo:block>
         <fo:block color="red">Helvetica</fo:block>
         <fo:block font-family="Helvetica" font-style="normal" font-weight="normal">the quick brown fox jumps over the lazy dog 1234657890</fo:block>
         <fo:block font-family="Helvetica" font-style="normal" font-weight="bold">the quick brown fox jumps over the lazy dog 1234657890</fo:block>
@@ -50,10 +50,9 @@ 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: &#x20AC; &#x20B9; &#x00B0; &#x2665;
+        <fo:block font-family="NotoSans">
+                We now use the NotoSans font by default to write special characters, like: &#x20AC; &#x20B9; &#x00B0; &#x2665;
         </fo:block>
-        
      </fo:flow>
   </fo:page-sequence>
 </fo:root>