Replies: 6 comments
-
Fancy taking a stab at it? The set of letters present at the moment are just those pulled in from the C code (with minor adjustments) |
Beta Was this translation helpful? Give feedback.
-
Sure. I can at least get the upper case ones going I think. It doesn't look
difficult just tedious
…On Mon, Oct 11, 2021, 04:34 malcolmholmes ***@***.***> wrote:
Fancy taking a stab at it? The set of letters present at the moment are
just those pulled in from the C code (with minor adjustments)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANSE6QYVJH7AQRP4642UJDUGKOQTANCNFSM5FXFDV4A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
I issued pr #14 to finish adding upper case letters. the Q is a bit weird but its what i could come up with |
Beta Was this translation helpful? Give feedback.
-
I could throw a table together for the lowercase characters in a 7x5 grid: I've done it before on other systems in C and Pascal so I'll have the data tables in my archive somewhere. Based on the old TRS-80 and Epson FX fonts! Of course it's impossible to have descenders, so any chars with such features will 'float' up in the character square. Give me a nod if you'd like me to go for it. |
Beta Was this translation helpful? Give feedback.
-
Sounds good to me. It would be a great help. And if you have any
suggestions for the upper case characters I'd love to hear them
…On Wed, Oct 27, 2021, 07:50 Geoff Rliey ***@***.***> wrote:
I could throw a table together for the lowercase characters in a 7x5 grid:
I've done it before on other systems in C and Pascal so I'll have the data
tables in my archive somewhere. Based on the old TRS-80 and Epson FX fonts!
Of course it's impossible to have descenders, so any chars with such
features will 'float' up in the character square. Give me a nod if you'd
like me to go for it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANSE6TYQLS4GNAGAKZCL5TUI7YQFANCNFSM5FXFDV4A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Sure thing, I'll dig the table out: it has both upper and lower case so I'll do a plot of the whole set and you can choose if you want to take the upper case and numerals too. Most of the glyphs that I've seen are very similar already anyway. It might take me a little while to find the tables in my archive—long before git, I was using plain 'rcs' back then! |
Beta Was this translation helpful? Give feedback.
-
It would be really nice to have at least all of the letters available.
Preferably both upper and lower case
Beta Was this translation helpful? Give feedback.
All reactions