tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

glyph-decomposition-opentype-ref.html (673B)


      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&#x0627;&#x0653;z</span><br>
     24 LTR: <span dir="ltr" style="unicode-bidi: bidi-override">a&#x0627;&#x0653;z</span>
     25 </div>
     26 </body>
     27 </html>