Skip to content
Discussion options

You must be logged in to vote

Nerd Fonts patches outline fonts. It also patches bitmap fonts, but only hybrid fonts and the patched in glyphs are outlines.

In principle it is of course possible to add the line drawing glyphs to a pure bitmap font.
Here is the font file I found:

If you keep the format (fnt) iirc you are limited to the 255 glyphs, but some slots are still free (7F - A0)

Depending on your usecase it might be better/easier to convert the bitmaps to outlines and use it with the correct size as ordinary outline font.

But in principle, open the font in fontforge, copy and paste the line drawing glyphs into the font and regenerate the new bitmap font. I do not know how buggy the bitmap code in fontforge is ;…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rbro
Comment options

Answer selected by rbro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants