Test rendering of USPSIMBCompact.ttf font.
FFTTDAADTTADTFDDFDDTFAFATDTDDFDAFDADDADDAFAAAFTTFTFDTFAAADADDDFDF
FFTTDAADTTADTFDDFDDTFAFATDTDDFDAFDADDADDAFAAAFTTFTFDTFAAADADDDFDF
Line 1 should display 65-characters consisting of "ADFT".
Line 2 should display the corresponding USPS Intelligent Mail bar-code if the font USPSIMBCompact.ttf is installed and detected by the Browser.
The html-code for the above is listed below for reference.
1:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2:"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3:<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4:
5:<head>
6:<title>USPSIMBCompact TrueType font rendering test page</title>
7:
8:<style type="text/css">
9: p.uspsBarCode {font-family: USPSIMBCompact; font-size:14pt}
10:</style>
11:
12:</head>
13:<body>
14:<p>Test rendering of USPSIMBCompact.ttf font.</p>
15:
16:<ol>
17:<li>
18:<p>
19:FFTTDAADTTADTFDDFDDTFAFATDTDDFDAFDADDADDAFAAAFTTFTFDTFAAADADDDFDF</p>
20:</li>
21:
22:<li>
23:<p class="uspsBarCode">
24:FFTTDAADTTADTFDDFDDTFAFATDTDDFDAFDADDADDAFAAAFTTFTFDTFAAADADDDFDF</p>
25:</li>
26:</ol>
27:
28:<p>Line 1. containing "ADFT" it should display 65-characters.
29:"ADFT".</p>
30:
31:<p><b>Line 2. should display the corresponding USPS Intelligent
32:Mail bar-code if the font USPSIMBCompact.ttf is installed and
33:detected by the Browser.</b></p>
34:
35:<p>The html-code for the above rendering is listed below for
36:reference.</p>
37:
38:</body>
39:</html>
40:
41: