How do I retrieve the usWidthClass value from the OS/2 table? #3401
futuremotiondev
started this conversation in
General
Replies: 1 comment
-
This should do it: usWidthClass = font["OS/2"].usWidthClass |
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 have the following code that is being implemented into a generalized "Font Info" function:
But I have been unable to find information on how to get the usWidthClass value from the OS/2 table. Am I missing something obvious? Could really use some help.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions