Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't map glyphs to the Lepcha Unicode block (issue 7426) #7490

Merged
merged 1 commit into from
Jul 21, 2016
Merged

Don't map glyphs to the Lepcha Unicode block (issue 7426) #7490

merged 1 commit into from
Jul 21, 2016

Commits on Jul 17, 2016

  1. Don't map glyphs to the Lepcha Unicode block (issue 7426)

    In the PDF file in the issue, some of the glyphs end up being mapped to the Lepcha Unicode block; see https://en.wikipedia.org/wiki/Lepcha_(Unicode_block).
    This didn't use to matter, but after HarfBuzz updates that improved support for Lepcha fonts, in particular https://bugzilla.mozilla.org/show_bug.cgi?id=1249861, some glyphs are now moved horizontally.
    To avoid that, this patch adds the Lepcha block to the list of Unicode ranges that we skip when building the glyph mapping.
    
    Fixes 7426.
    Snuffleupagus committed Jul 17, 2016
    Configuration menu
    Copy the full SHA
    64783c8 View commit details
    Browse the repository at this point in the history