-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ProggyClean - Some broken icons #68
Comments
@F1LT3R Ah yes looks like they are missing.. not sure what is going on but I did confirm powerline glyphs are indeed missing. 😟 Thanks for the heads up! 👍 update: so...... apparently there was a typo which prevents the powerline symbol font from being copied at all! D'oh! This was a PR and I did not catch it (it's all good). Here is an after the fix (right) and before the fix (left): Here is the point of the issue: Actually this issues seems to have been introduced in 9d3e60a#diff-3b192ccaec850d73e6540b7eddd8b50cR360 |
That was quick! :) Looking forward to updates. Perhaps this is the wrong place to ask, but I'll try anyway: I wondered if On Mon, Mar 14, 2016 at 12:39 PM, Ryan L McIntyre notifications@github.com
|
Sure 😄, just make a separate issue or I will make one soon if you'd rather. I think I came across a bunch of ProggyClean variations and in my ignorance wasn't sure exactly what the differences were and picked only a few to patch. |
I did try checking out if args.powerline:
copy_glyphs(sourceFont, symbolsPowerlineRange1Start, symbolsPowerlineRange1End, powerlineSymbols, symbolsPowerlineRange1Start, symbolsPowerlineRange1End) I ran: ontforge -script font-patcher unpatched-sample-fonts/ProggyClean/Regular/ProggyClean.ttf --fontawesome --octicons --pomicons --powerline --powerlineextra And also with But these did not seem to fix the issue for me :( |
What program are you using in your screenshot where you are checking that the correct glyphs are at the correct registers? |
Created PR: #71 if args.powerline:
copy_glyphs(sourceFont, symbolsPowerlineRange1Start, symbolsPowerlineRange1End, powerlineSymbols, symbolsPowerlineRange1Start, symbolsPowerlineRange1End)
copy_glyphs(sourceFont, symbolsPowerlineRange2Start, symbolsPowerlineRange2End, powerlineSymbols, symbolsPowerlineRange2Start, symbolsPowerlineRange2End) |
FontForge gui. Not an extensive check sorry just quickly opened the patched fonts to verify my theory.
Glad it worked for you as well! 😄 Thanks for checking it too.
This something a bit tricky I need to improve and work on and there are similar issues currently open related to glyph sizing and/or positioning issues.
Great thanks, I'll get it in to the next release 👍 |
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a new issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference. |
I was excited to see ProggyClean in your font list. This is my favorite programming font. Unfortunately it seems the icon set may be incomplete? (I'm using OSX El Capitan)
Look at the tabs/status bar in this screen shot. I get the [?] icon. :(
ProggyCleanTT Nerd Font Complete Mono.ttf:
However, Sauce Code Pro does work with all the icons, so I am thinking this is not my setup, but the Proggy Font itself?
Sauce Code Pro Light Nerd Font Complete Mono.ttf
Here is my font section from my
.vimrc
file:The text was updated successfully, but these errors were encountered: