synthetic-bold-space-width-ref.html (439B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta charset="utf-8"> 4 <link rel="author" title="Myles C. Maxfield" href="mmaxfield@apple.com"> 5 <style> 6 pre { 7 font: bold 12px 'Monaco'; 8 } 9 </style> 10 <body> 11 <p>This test passes if space characters' advances are expanded by the synthetic bold offset.</p> 12 <pre style="font-feature-settings: 'ABCD';"><strong>hi asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf</strong></pre> 13 </body> 14 </html>