CustomFontsInReportWriter: test_ttf.rfxml

File test_ttf.rfxml, 0.8 kB (added by paul, 3 years ago)

rfxml for the test

Line 
1 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
2
3 <Report>
4     <PageBackground>
5         <Height>"11 in"</Height>
6         <Objects>
7             <String>
8                 <y>"10.5 in"</y>
9                 <x>"1 in"</x>
10                 <FontName>"Helvetica"</FontName>
11                 <FontSize>12</FontSize>
12                 <Width>"8 in"</Width>
13                 <expr>u"Test of greek in Helvetica:\u03cc άόήώ"</expr>
14             </String>
15             <String>
16                 <y>"10 in"</y>
17                 <x>"1 in"</x>
18                 <FontName>"Bitstream Vera Sans"</FontName>
19                 <FontSize>12</FontSize>
20                 <Width>"8 in"</Width>
21                 <expr>u"Test of greek in Bitstream Vera Sans:\u03cc άόήώ"</expr>
22             </String>
23             <String>
24                 <y>"9.5 in"</y>
25                 <x>"1 in"</x>
26                 <FontName>"DejaVuSerif"</FontName>
27                 <FontSize>12</FontSize>
28                 <Width>"8 in"</Width>
29                 <expr>u"Test of greek in DejaVuSerif:\u03cc άόήώ"</expr>
30             </String>
31         </Objects>
32     </PageBackground>
33 </Report>