The Wayback Machine - https://web.archive.org/web/20211120182406/https://github.com/SerenityOS/serenity/issues/7315
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

Fonts: The "Katica 12" fonts (bold and regular) contain some blank glyphs #7315

Open
MaxWipfli opened this issue May 20, 2021 · 5 comments
Open

Comments

@MaxWipfli
Copy link
Collaborator

@MaxWipfli MaxWipfli commented May 20, 2021

image

The Katica 12 fonts contain blank glyphs for Latin-1 codepoints (such as ©). They should probably be removed entirely so the replacement character, "?", is drawn instead of just whitespace. For comparison, some random Cyrillic codepoint gets replaced with "?", because there is no glyph available (see image below).

image

Here, the difference is visible in Font Editor:
image

The white but blank characters from U+0080 onwards should probably be removed. Maybe there are more fonts affected, but the Katica 10 fonts, for example, only contain the glyphs that are actually drawn, which means everything else gets correctly replaced by "?".

@daniel2908
Copy link

@daniel2908 daniel2908 commented Jun 6, 2021

I think we can close this now? #7425 (comment)

@linusg
Copy link
Member

@linusg linusg commented Jun 6, 2021

@daniel2908 no, this is a different issue :)

@daniel2908
Copy link

@daniel2908 daniel2908 commented Jun 6, 2021

@daniel2908 no, this is a different issue :)

oh ok, id like to try this then :)

@daniel2908
Copy link

@daniel2908 daniel2908 commented Jun 11, 2021

Hi, just making a update - I gave up trying to fix this. I would love to see the fix if someones up to it :)

@andreaswestrell
Copy link

@andreaswestrell andreaswestrell commented Nov 2, 2021

Can't someone like me draw glyphs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
6 participants
@sunverwerth @MaxWipfli @linusg @daniel2908 @andreaswestrell and others