Bigger, Better teriminal font #49

Closed
opened 2020-09-02 23:22:46 +00:00 by kemonine · 1 comment
Owner
https://www.reddit.com/r/linuxquestions/comments/7st7hz/any_way_to_convert_ttf_files_to_psf_files/
apt install fonts-dejavu otf2bsd bdf2psf
# -p changes glyph size
otf2bdf -p 21 -r 1200 -o dejavumono.bdf DejaVuSansMono.ttf
bdf2psf --fb TerminusHuge-96.bdf /usr/share/bdf2psf/standard.equivalents /usr/share/bdf2psf/fontsets/Uni2.512 512 /usr/share/consolefonts/TerminusHuge-96.psf
``` https://www.reddit.com/r/linuxquestions/comments/7st7hz/any_way_to_convert_ttf_files_to_psf_files/ apt install fonts-dejavu otf2bsd bdf2psf # -p changes glyph size otf2bdf -p 21 -r 1200 -o dejavumono.bdf DejaVuSansMono.ttf bdf2psf --fb TerminusHuge-96.bdf /usr/share/bdf2psf/standard.equivalents /usr/share/bdf2psf/fontsets/Uni2.512 512 /usr/share/consolefonts/TerminusHuge-96.psf ```
kemonine added the
bug
label 2020-09-02 23:22:53 +00:00
kemonine added this to the Initial Stable Deployment milestone 2020-09-02 23:22:56 +00:00
kemonine self-assigned this 2020-09-02 23:22:58 +00:00
kemonine removed their assignment 2020-09-02 23:30:42 +00:00
kemonine added the
invalid
label 2020-09-20 21:54:45 +00:00
Author
Owner

Upon testing with other screens the font we already have in the docs should work 'good enough' for the time being.

Upon testing with other screens the font we already have in the docs should work 'good enough' for the time being.
Sign in to join this conversation.
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PiFrame/piframe#49
No description provided.