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 uphandle multi-glyph, ligature, clusters from harfbuzz shaping output #95
Labels
Comments
|
An english test case for some detailed glyph stuff (probably ligatures) is lipsum.html, using Calibri Bold Italic. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Add a test for createTBody.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our shaping code assumes one glyph per char, and doesn't keep track of ligatures, clusters, and so on. Basically, we need to port Gecko's gfxHarfBuzzShaper::SetGlyphsFromRun function, which does all of this.