daltonmaag / ubuntu

Other
31 stars 5 forks source link

Remove non-existing glyphs from glyph order #30

Closed madig closed 6 years ago

madig commented 6 years ago

Previously, a lot of dummy entries ("glyphXXX") were used for padding to get a nicer glyph list in a font editor at 32px and a certain window width. Removing all non-existing, non-glyphXXX entries made things not line up anymore, so just remove them all.

moyogo commented 6 years ago

Why?

anthrotype commented 6 years ago

used for padding to get a nicer glyph list in a font editor at 32px and a certain window width

32 is the number of glyph cells per row, not '32px'

see https://github.com/daltonmaag/ubuntu/issues/12#issuecomment-349243837

madig commented 6 years ago

Ok, pulling this back for now after Cosimo's explanation (https://github.com/daltonmaag/ubuntu/issues/12#issuecomment-349243837).