-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
No bitmap font support since pango 1.44 #4390
Comments
I don't care a lot about these personally. In case you missed it:
|
Some useful links for font conversions. It should be possible to convert Type1 fonts to OTF (CFF) fonts and bitmap fonts to bitmap-only TTF/OTF fonts (optionally with a vectorized variant). https://fontforge.github.io/scripting-tutorial.html |
Why use ttf fonts in console? Bitmaps looks much better. |
you dont have to smooth them etc. |
Subjective, though. I, for one, don't like bitmap fonts, and prefer smooth monospace vector based fonts. |
Got my bitmap font |
Use OpenType bitmap fonts. |
@hissssst: since re-packaging all my fonts in TTF/OTF isn't really something I wanted to do, I opted to: a) limit my usage of GTK/pango based programs as much as possible, b) use titlebar-less windows in Sway, and instead display the active window's title in the bar (not swaybar though, my own bar), and c) use qt or terminal based applications whenever possible. Might write a dunst/mako-replacement just for fun as well... Yeah, I'm not happy, but life goes on. |
RIP Terminus. Glad I'm still on KDE. Sad to bear. |
@parkerlreed @hissssst @DmitryHetman I guess it's also a good idea to not comment here anymore - don't beat the dead horse. |
Since version 1.44, pango no longer supports bitmap fonts: https://blogs.gnome.org/mclasen/2019/05/25/pango-future-directions/
Since sway uses pango, this also means no more bitmap fonts in sway. I just wanted to a) make you aware of this, and b) ask what your thoughts on this are?
I for one cannot live without bitmap fonts. At least not on non-high-DPI monitors.
If sway wants to continue supporting bitmap fonts, what kind of solutions would you find acceptable? I'm asking since it would seem this requires either moving away from pango, or at least add support for more font rendering backends?
The text was updated successfully, but these errors were encountered: