View previous topic :: View next topic |
Author |
Message |
Goverp Advocate
Joined: 07 Mar 2007 Posts: 2179
|
Posted: Fri Sep 27, 2024 12:03 pm Post subject: [SOLVED] Lousy font rendering - sometimes |
|
|
I've been the "lucky" recipient of a load of Word files from a Windows enthusiast, all written in Calibri, one of the fonts given away with Windows Vista. (IMHO ugly, especially when printed). Normally it gets rendered by Libreoffice OK, but at certain sizes it's truly hideous.
An internet search turned up an article that explains that Calibri includes a nasty bitmap font that gets used in preference to the drawn font, for reasons I can't imagine. The article's solution, which appears to work for me, is including a snippet Code: | <match target="font" >
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>
</edit>
</match> | in my local .fonts.conf file.
It looks the sort of snippet that could be usefully shipped as part of the Gentoo eselect fontconfig setup, but I expect that reflects upstream. _________________ Greybeard |
|
Back to top |
|
|
flexibeast Guru
Joined: 04 Apr 2022 Posts: 452 Location: Naarm/Melbourne, Australia
|
Posted: Wed Oct 02, 2024 11:10 am Post subject: Re: [SOLVED] Lousy font rendering - sometimes |
|
|
Goverp wrote: | The article's solution, which appears to work for me, is including a snippet ...
It looks the sort of snippet that could be usefully shipped as part of the Gentoo eselect fontconfig setup, but I expect that reflects upstream. |
Does enabling `70-no-bitmaps.conf` via `eselect fontconfig` also work (i.e. in the absence of the snippet you described)? |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|