WICG / local-font-access

Web API for enumerating fonts on the local system
https://wicg.github.io/local-font-access
Apache License 2.0
77 stars 16 forks source link

[Feature] need to output the font shape by definie text content #99

Open easyeda2021 opened 1 year ago

easyeda2021 commented 1 year ago

Hi we test this API, and we found it only can show the loacal font list and output the full font file, but we don't need full font file, that will make the local storage as as indexedDB install many font files, we just need the font shape, it is useful for online design tool, such as EasyEDA - a online PCB design tool, Figma, potopea etc we need the text font shape path instead of font file, if this API support this feature will be more helpful

thank you

tomayac commented 1 year ago

You could run the font files through OpenType's glyph inspector maybe?!