impallari / Font-Testing-Page

A webpage for testing typefaces, live at www.impallari.com/testing
https://impallari.com/testing/
Other
249 stars 84 forks source link

Highlight missing glyphs #41

Closed larsenwork closed 9 years ago

larsenwork commented 9 years ago

On the "Latin" and "World Scipts" pages.

So that the missing characters get greyed out or become red or bold or

Don't know how to code this though.

I know you can use javascript (jsfiddle) or the unicode range in @font-face for styling but I'm not sure how to detect the missing glyphs.

weiweihuanghuang commented 9 years ago

Related: https://github.com/impallari/Font-Testing-Page/issues/28

davelab6 commented 9 years ago

2 ways, either a fallback font like sil uni code or adobe blank, or opentype.js to get the cmap data for use by lettering.js to do the coloring