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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double-wide glyphs should make use of the double-width #8

Open
slavfox opened this issue Mar 7, 2020 · 2 comments
Open

Double-wide glyphs should make use of the double-width #8

slavfox opened this issue Mar 7, 2020 · 2 comments
Labels
glyph problems Something isn't working

Comments

@slavfox
Copy link
Owner

slavfox commented Mar 7, 2020

Right now all the glyphs in Cozette are limited to the 6x13 bounding box. While this is cool for glyph map generation and whatnot, it leads to extraneous spacing whenever a double-wide glyph is drawn, like the 馃悕 in my prompt:
image

build.py should probably be extended with glyph linting capabilities, so that it can warn about single-wide glyphs for double-wide codepoints, and oversize glyphs for single-wide codepoints.

@slavfox slavfox added the glyph problems Something isn't working label Mar 7, 2020
@octoshrimpy
Copy link

octoshrimpy commented Feb 15, 2023

within KDE's Kate, some symbols don't respect the double-width:
image
top: with space as padding; bottom: no spaces between symbols

would it be a good idea to center the glyphs that use double-wide within the 26px spacing they have available?

@slavfox
Copy link
Owner Author

slavfox commented Feb 16, 2023

All the glyphs from the screenshot, and all the double-wide glyphs that have been added since this issue was opened, are centered within their double-wide bounding boxes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
glyph problems Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants