shrhdk / text-to-svg

Convert text to SVG path without native dependence.
Other
964 stars 131 forks source link

Support fonts from URL #7

Closed shrhdk closed 8 years ago

thierryskoda commented 7 years ago

Hi @shrhdk,

I can't find a way to load fonts from URL. Example, if I have a lambda function on AWS and I want to go load a font from another server, how would I do it?

Thank you very much! Thierry

pentacular commented 5 years ago

Node also cannot load fonts by url.

Exposing the underlying parse interface of opentype would allow the caller to solve the problem.