-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Provide single font with custom glyphs only for Fontconfig aliasing #84
Comments
Yes you are right in many cases this would be ideal. 👍 Fontconfig unfortunately I was not aware of when I started on this journey |
And yes, providing a “custom-only” font file (in ttf) is extremely useful for users to patch their own fonts. |
Ok, To use powerlever9k I made a fork available here: https://github.com/lcorsini/powerlevel9k |
Just curious were you using the fonts from the 0.9.0 branch ? Because a lot of the size issues have been fixed. Yeah so the main problem with this patching is that with conflicts some glyph set is going to "win" and another has to "lose" and it seemed like a good choice for font awesome to "win" these conflicts and so the font linux and any other that conflict get moved.
Yeah I agree this would be awesome and I would like that library to be Nerd Fonts 😊 but the project has been mostly focused on patching and not creating a fontconfig. I would love to have a fontconfig available on Nerd Fonts but I just haven't gotten around to it.
lookin' good 👍 |
Yes I'm using the 0.9.0 branch, today I'll try a different fallback font (I choose ShureTechMono), my impression is that fontconfig tries to match the dimension of the current font so maybe the one I'm using is smaller than my current font at 12pt.
Well I think that a consolidated glyph library could help your project AND fontconfig.
Thanks, also speaking with vim-airline guys I was able to fix the last problem with vim (see here vim-airline/vim-airline#1320) the correct column number font (or maxlinenr) |
Very much a WIP. I am new to fontconfig.. but just pushing up as I work on it Edit the WIP: 3b5dff7 |
@ryanoasis and what do you think about:
// For example, I see in |
@msva Thanks
|
Hi everyone. I'm not very familiar with Fontconfig; is there any way to use fallback method on macOS like this? |
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. |
Please provide an all-in-one font with only the custom glyphs so it can be used with Fontconfig aliasing.
This is much easier than patching all fonts.
The text was updated successfully, but these errors were encountered: