Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSplit FontStyle into specified (layout) and concrete (gfx) font styles #179
Labels
Comments
|
The FontStyle described here doesn't exist any more. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, we share the same FontStyle struct between concrete Font instances and text layout. Eventually they will need to be split: concrete font styles encapsulate OT font features and 'used' values (for boldness, pt size, etc), while text layout font styles don't correspond to any specific used style.