-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .ttf convert script #14
base: master
Are you sure you want to change the base?
Conversation
This requires re-importing the bitmaps in a smaller size. The actual bitmap images are the same, but font forge cannot perform this step within a script automatically.
This script seems to work but the generated ttf file seems to be empty for me, am I doing something wrong? |
Looking a bit deeper into it, the output font So, the |
@k-cybulski @romeovs How about using BitnPicas for ttf generation? |
This pull request adds a
convert-ttf.sh
script that generatescreep.ttf
with correct character widths and heights when font size is 9pt, that is without unnecessary space between letters/lines.Just running
Generate("creep.","ttf")
inconvert.pe
results in a.ttf
with wrong dimensions, and my terminal emulator (termite) doesn't allow vertical spacing tuning to make it more compact.