Replies: 1 comment
-
Meaning this? const family = openTypeFont.getEnglishName("fontFamily");
const variant = openTypeFont.getEnglishName("fontSubfamily"); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to load fonts for use with sharp js, I need the font family in a way that it will be recognized by sharp (using fontconfig) I don't know enough about fonts but is there a font family? not specific to languages but something universal that I could use, and if there is how can I get it with opentype?
Beta Was this translation helpful? Give feedback.
All reactions