Skip to content

Comments

Unifont: Remove codepoint > 0xffff#111

Merged
Aetf merged 1 commit intoAetf:developfrom
kdj0c:unifont_fix
May 15, 2025
Merged

Unifont: Remove codepoint > 0xffff#111
Aetf merged 1 commit intoAetf:developfrom
kdj0c:unifont_fix

Conversation

@kdj0c
Copy link
Collaborator

@kdj0c kdj0c commented May 6, 2025

genunifont.c generates a big array with all the codepoint. We would need sparse array support, to add codepoint after 0xffff. This currently generate a huge 216MB .c file, which is mostly filled with replacement glyph.

Fix #102

Regression introduced by c0625a7 chore: update Unifont hex data to 16.0.01

genunifont.c generates a big array with all the codepoint.
We would need sparse array support, to add codepoint after 0xffff.
This currently generate a huge 216MB .c file, which is mostly filled
with replacement glyph.

Fix Aetf#102

Regression introduced by c0625a7 chore: update Unifont hex data to 16.0.01

Signed-off-by: Jocelyn Falempe <[email protected]>
Copy link
Owner

@Aetf Aetf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Aetf Aetf merged commit 39c038a into Aetf:develop May 15, 2025
@kdj0c kdj0c deleted the unifont_fix branch October 10, 2025 09:35
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.

Unifont data grew from 2MiB to 33MiB

2 participants