-
Notifications
You must be signed in to change notification settings - Fork 46
Overlapping text in some applications #19
Comments
Thanks a lot! This is a separate issue, but clearly related to #2. First thing, remove the Edit: More details later, just didn't want to leave you hanging. :D |
Short term I am going to release two versions of the font for linux. One with a sans-serif and serif space width and the other with a monospace space width. Total waste of 6MB for few bytes difference. Long term the fix is: #17 Please let me know if you have any other ideas, thank you! |
Oh, I forgot about this: #2 (comment) It's absolutely the same issue. Please follow that one and you'll be notified when I fix it. |
Alright, thanks a lot! |
The DejaVu font family is based on the Bitstream Vera font family to provide greater unicode coverage. The only way to override the emoji it includes is to make the emoji font the primary system font. This shouldn't be a problem, but a number of programs do not correctly use font fallback resulting in font rendering errors everywhere: #1, #5, #16, #18, #19. This font.conf makes Bitstream Vera the default font for Serif, Sans-Serif, and Monospace font requests since it does not contain any Unicode Emoji characters. Emoji One Color font is the first fallback, followed by DejaVu to provide everything else. Test with: fc-match -s serif fc-match -s sans-serif fc-match -s monospace May be the solution for #17
@tatokis I determined changing the default font from DejaVu to Bitstream Vera then making Emoji One Color secondary solves all of these font rendering issues. Bitstream Vera doesn't have all of the extra characters to override. Please try it out: 24b6539 It's a much better solution than forking DejaVu. There's a few issues with Noto, but I'd like to make it an option also. |
First of all, I would like to congratulate you on your hard work. It's great to finally see proper emojis on linux.
After installing the font, there is some overlapping text on applications such as Liferea and Geary.
System is Ubuntu 15.10, Unity 7.3.3 with Ambiance, and according to screenfetch, the (default?) font
is Ubuntu 11. It also happens on AwesomeWM running on a separate X display.
Font was installed in ~/.local/share/fonts automatically using the built in font viewer, and the config was copied from the OMG! Ubuntu! article.
Apologies if this has been reported before, I couldn't any issues related to mine while going through existing ones.
The text was updated successfully, but these errors were encountered: