acdh-oeaw / vicav-vue3

Reimplementation of the VICAV Frontend based on Vue.js 3
https://vicav-vue.acdh-ch-dev.oeaw.ac.at
MIT License
0 stars 0 forks source link

systematically check font glyph coverage against data #138

Open dasch124 opened 4 months ago

dasch124 commented 4 months ago

This is an idea following up on #136: At some point in the build process it would be cool to programmatically check whether the font used in the app covers all Unicode Code Points found in the data so that we are aware of potential rendering issues. I suppose this shouldn't be rocket science with a small python script and https://pypi.org/project/fonttools/.