You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried using this to subset the font.
However, an error related to FFTM occurred and conversion could not be performed.
I found that specifying --no-subset-tables works around this.
But this had no way of specifying it.
I got around it by changing the code and adding this line to create-subset.js.
But I think there is a better way.
But I didn't know how. (I'm not familiar with node.js.)
So it's a suggestion. Could you please add a way to specify --no-subset-tables.
I wanted to make a pull request, but I couldn't write code that worked. sorry.
The text was updated successfully, but these errors were encountered:
I've tried using this to subset the font.
However, an error related to FFTM occurred and conversion could not be performed.
I found that specifying --no-subset-tables works around this.
But this had no way of specifying it.
I got around it by changing the code and adding this line to
create-subset.js
.But I think there is a better way.
But I didn't know how. (I'm not familiar with node.js.)
So it's a suggestion. Could you please add a way to specify --no-subset-tables.
I wanted to make a pull request, but I couldn't write code that worked. sorry.
The text was updated successfully, but these errors were encountered: