Y
Hacker News
new
|
ask
|
show
|
jobs
by
juanpotato
3241 days ago
You're right and I should have added more details. fontforge only accepts file paths and not strings sadly
1 comments
monsieurbanana
3240 days ago
Libraries to treat strings as files are pretty common, in python they have one in the std:
https://docs.python.org/2/library/stringio.html
link
juanpotato
3240 days ago
But that's a file, it accepts a file path. I already looked into this
link
https://docs.python.org/2/library/stringio.html