fontpatcher icon indicating copy to clipboard operation
fontpatcher copied to clipboard

Script to patch arrow and symbol glyphs into fonts for usage with Powerline and other compatible plugins.

Results 22 fontpatcher issues
Sort by recently updated
recently updated
newest added

I ran: `./powerline-fontpatcher --source-font /usr/share/fonts/opentype/PowerlineSymbols.otf /usr/share/fonts/truetype/vlgothic/OxygenMono-Regular.ttf`. All the paths in this are correct, and I have rw permissions. Here's the full error message: ``` Traceback (most recent call last): File...

I tried to use this, but I have to jump through all sorts of hoops to get a python 3 fontforge library installed. Does anyone know how to get past...

In support of https://github.com/powerline/fonts/issues/154 Patching Operator Mono produced the following errors due to attempting to remove missing glyphs: Traceback (most recent call last): File "./powerline-fontpatcher", line 144, in raise SystemExit(main(sys.argv[1:]))...

Implemented fix from [powerline/fontpatcher#13](https://github.com/powerline/fontpatcher/pull/13) (prevents Operator Mono from failing) Added my own installation, usage and troubleshooting notes to a separate INSTALL.md

So I ran the script and got the patched font, but it is not working correctly as expected. ```bash fontforge -script scripts/powerline-fontpatcher NotoSansMono-Regular.ttf Copyright (c) 2000-2018 by George Williams. See...

When trying to patch the font linked (Commodore 64) below, I get ``` Traceback (most recent call last): File "powerline-fontpatcher", line 144, in raise SystemExit(main(sys.argv[1:])) File "powerline-fontpatcher", line 141, in...

After the patch, using a small size(10pt) font would yield incorrect and condensed kerning compare to original font: ![screen shot 2017-05-15 at 5 03 35 pm](https://cloud.githubusercontent.com/assets/1356936/26084383/75a69afa-3990-11e7-989e-3d1f47e9732e.png) ![screen shot 2017-05-15 at...

I got the idea from [Awesome Terminal fonts](https://github.com/gabrielelana/awesome-terminal-fonts). I tried converting `powerline-symbols.sfd` into tty and follows the same procedures there, but it didn't work.

This patch will fix the bug #14 which I encountered while patching Anke Coder font. This problem was fontpatcher uses `fullname` to generate filename and anke coder has `/` in...