Skip to content

Fix syntax and data errors in four 8-bit fonts.#7

Open
jdebp wants to merge 4 commits intoviznut:mainfrom
jdebp:trunk
Open

Fix syntax and data errors in four 8-bit fonts.#7
jdebp wants to merge 4 commits intoviznut:mainfrom
jdebp:trunk

Conversation

@jdebp
Copy link
Copy Markdown

@jdebp jdebp commented Jun 8, 2023

Running the unscii assemble.pl script against these four fonts reveals two missing 8x8 tags, an erroneous "E+" instead of a "U+", and one glyph that is 7x8 instead of 8x8.
Experimenting with -mcr on its own revealed that was erroneously using 'v' for 'u' with diacritics.

Jonathan de Boyne Pollard added 4 commits June 8, 2023 08:40
Two fonts were not marked as "8x8".

assemble.pl complained about their font data not being 8 by 16.
assemble.pl was generating an odd error because of "E+" in place of "U+".
Character data were 7 by 8, causing assemble.pl to complain.
The 'u' employed for 'u' with diacritics was erroneously a 'v' in the
-mcr variant.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant