danmarshall / google-font-to-svg-path

Create an SVG path from a Google font

Home Page:https://danmarshall.github.io/google-font-to-svg-path

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Special symbols like this β˜…

erf opened this issue Β· comments

Would it be possible to add support for special characters like this star β˜… ?
https://unicode-table.com/en/2605/

Or even emojis like this πŸ’€ ?

I guess it depends if the font supports it?

Hi @erf, for font parsing we depend on opentype.js which seems to lack features for special characters. There's quite a few open issues with this library: https://github.com/opentypejs/opentype.js/issues
If you know of any other library that supports these symbols please let me know.

Hi @danmarshall, i was able to create the star β˜… using a few fonts, like "Noto Serif JP" or "Zen Antique", but other symbols were missing.

I saw this other library font-js which might support this?

It seem advanced symbols are not supported by either packages per now. I'll close this for now as this seem to be blocked by third party dependencies. Feel free to open again.