Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
18
rated 0 times [  18] [ 0]  / answers: 1 / hits: 10021  / 3 Years ago, tue, september 14, 2021, 4:20:16

Microsoft TTF-fonts such as Calibri and Cambria aren't rendered correctly at certain page zoom levels:


Comparison between the system font and Cambria at different zoom levels


I installed the Microsoft fonts manually by placing them in the ~/.fonts directory and updating the font cache.


Is there any way to improve Microsoft font rendering under LibreOffice?


More From » fonts

 Answers
1

Fonts like Calibri and Cambria resort to using embedded bitmaps when adjusted to small sizes.



To disable this font behaviour, put the following into $HOME/.fonts.conf:



<match target="font" >
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>
</edit>
</match>


Create the file if it doesn't exist.



Restart to take effect.



Sources

http://ubuntuforums.org/showthread.php?t=724818 (registration required)

http://manpages.ubuntu.com/manpages/precise/man5/fonts-conf.5.html



NOTE:

$HOME/.fonts.conf is deprecated in Ubuntu 12.10
Instead, paste the above XML code (as root) in /etc/fonts/conf.d/50-user.conf


[#35905] Wednesday, September 15, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cocal

Total Points: 236
Total Questions: 111
Total Answers: 123

Location: Belarus
Member since Tue, Mar 14, 2023
1 Year ago
cocal questions
Tue, Oct 12, 21, 20:46, 3 Years ago
Sat, Oct 8, 22, 04:23, 2 Years ago
Wed, Sep 14, 22, 22:38, 2 Years ago
Sun, Dec 18, 22, 02:24, 1 Year ago
Wed, Jun 29, 22, 17:31, 2 Years ago
;