glyph-decomposition-opentype.html (657B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <title>test rendering with decomposition (bug 772640)</title> 6 <style type="text/css"> 7 @font-face { 8 font-family: test; 9 src: url("../fonts/sil/Scheherazade-R 2012-07-03c.ttf"); 10 } 11 body { 12 font-family: test; 13 font-size: 40px; 14 text-align: left; 15 } 16 </style> 17 </head> 18 <body> 19 <div> 20 <!-- with graphite enabled, this will display ThisIsGraphite to confirm it's working --> 21 ThisIsNotGraphite:<br> 22 <!-- U+0622 should render identically to U+0627,U+0653 --> 23 RTL: <span dir="rtl">aآz</span><br> 24 LTR: <span dir="ltr" style="unicode-bidi: bidi-override">aآz</span> 25 </div> 26 </body> 27 </html>