Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1654  / 1 Year ago, sat, february 4, 2023, 12:46:41

I have a Windows 7 partition mounted in Ubuntu. In order to access the fonts I created a link to the Windows font folder using



ln -s /path/to/your/windows/fonts/folder .fonts/windows


I then refreshed my font cache using



sudo fc-cache -fv


I only get Cambria in italics in LibreOffice. All the versions are available in gedit. Is there a way to get the regular and bold versions too?


More From » 12.04

 Answers
6

The regular (upright) style of Cambria is in the TrueType Collection (.ttc) format, allowing it to contain several styles in one file (in this case, Cambria and Cambria Math).



Since version 4.3.3 (released in 2014), LibreOffice is now compatible with TTC fonts when running on Linux. This is the commit that implements that support. Therefore, the workaround described in the accepted answer is no longer needed.


[#32803] Sunday, February 5, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
homerurhyth

Total Points: 338
Total Questions: 113
Total Answers: 105

Location: Moldova
Member since Sat, Aug 6, 2022
2 Years ago
;