You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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.
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:
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.The text was updated successfully, but these errors were encountered: