Add a character generation phase to the xkcd-script process - and generate many new characters 🎉 - #54
Merged
rgbkrk merged 5 commits intoApr 16, 2026
Conversation
pelson
force-pushed
the
feature/additional-character-generation
branch
from
April 16, 2026 07:04
a05a082 to
a247043
Compare
pelson
force-pushed
the
feature/additional-character-generation
branch
from
April 16, 2026 08:12
a247043 to
68d992c
Compare
pelson
force-pushed
the
feature/additional-character-generation
branch
2 times, most recently
from
April 16, 2026 08:19
45c3157 to
89bbd3f
Compare
…ghtly larger than the sample, and therefore often end up getting thinner strokes when they get scaled down
…s covering most European languages. All marks are sourced from existing hand-drawn glyphs to preserve consistent pen weight: - Acute (Á É Í Ó Ú Ý…) and grave (À È Ì Ò Ù…) — strokes extracted from hand-drawn Ő - Diaeresis (Ä Ë Ï Ö Ü…) and dot above (Ċ Ė Ġ Ż…) — dots extracted from hand-drawn Ü - Macron (Ā Ē Ī Ō Ū…) — stroke extracted from hand-drawn Ē - Caron (Č Ě Ň Ř Š Ž Ď Ť…) — from asciicircum, flipped - Circumflex (Â Ê Î Ô Û…) — from asciicircum - Tilde (Ã Ñ Õ…) — from asciitilde - Ring above (Ů ů) — extracted from hand-drawn Å - Double acute (Ő Ű…) — two acute strokes composed - Cedilla (Ç Ş Ţ…) — from comma placed below - Backtick and quote aliases (` ´ ‛ ‟ ′ ″ ‵) mapped as references to existing glyphs
…om the existing glyphs (pt4), then we add derived characters (pt5), tweak the properties (pt6), then generate all of the formats (pt7)
pelson
force-pushed
the
feature/additional-character-generation
branch
from
April 16, 2026 08:20
89bbd3f to
b0cbe5e
Compare
pelson
commented
Apr 16, 2026
Member
Author
There was a problem hiding this comment.
x is a better size. q is better weight.
the qu could always be improved....
rgbkrk
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #38 and #29.
A comment from @dummy-index in #11 (comment) also highlights some of the characters that were missing. I am not certain if I have got all of them covered in this PR, but I will follow-up with a check.