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

Fix diacritic glyphs on Linux. #1868

Merged
merged 1 commit into from Oct 15, 2017
Merged

Fix diacritic glyphs on Linux. #1868

merged 1 commit into from Oct 15, 2017

Commits on Oct 15, 2017

  1. Fix diacritic glyphs on Linux.

    Diacritic glyphs have a valid width and height, but a
    zero advance. Previously we were discarding these but
    they are valid glyphs. The code also checks for a width
    and height of 0 below, which catches non-printable glyphs
    such as spaces.
    
    Fixes #1846.
    gw3583 committed Oct 15, 2017
You can’t perform that action at this time.