Closed BenRoe closed 6 years ago
Fix #7
Thanks for this PR :+1: I'll try it out soon. :sweat_smile:
Could you share the commands used to generate this font? We need to automate the TTF generation as part of the Rakefile build script, as opposed to just checking in precompiled TTF into the repository. :nerd_face:
I converted the files by hand with the gui, but bitsnpicas supports cli see here.
java -jar BitsNPicas.jar convertbitmap -f ttf -o myfont.ttf Powerline10x20.bdf
Hmm, it seems all of the generated TTF fonts have the same name. I'm currently unable to run Bits'n'Picas because Oracle JRE is not available for my musl-based Linux. It'll take more time for me to switch to glibc.
I'll just merge this PR for now and deal with automation later. :sweat_smile: Thanks for your contribution!
I converted the .bdf files (not powerline) with the tool called Bits'N'Picas. The powerline files are not rendering on mac.