Some Fonts don't appear in LibreOffice The 2019 Stack Overflow Developer Survey Results Are...
How to change the limits of integration
Monty Hall variation
Should I use my personal or workplace e-mail when registering to external websites for work purpose?
How to make payment on the internet without leaving a money trail?
It's possible to achieve negative score?
If a poisoned arrow's piercing damage is reduced to 0, do you still get poisoned?
How long do I have to send payment?
Output the Arecibo Message
What is the motivation for a law requiring 2 parties to consent for recording a conversation
Inversion Puzzle
Extreme, unacceptable situation and I can't attend work tomorrow morning
What is the best strategy for white in this position?
"What time...?" or "At what time...?" - what is more grammatically correct?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
If the Wish spell is used to duplicate the effect of Simulacrum, are existing duplicates destroyed?
How to create dashed lines/arrows in Illustrator
How to manage monthly salary
Can't find the latex code for the ⍎ (down tack jot) symbol
How was Skylab's orbit inclination chosen?
Does light intensity oscillate really fast since it is a wave?
Unbreakable Formation vs. Cry of the Carnarium
What is the use of option -o in the useradd command?
Dual Citizen. Exited the US on Italian passport recently
What do hard-Brexiteers want with respect to the Irish border?
Some Fonts don't appear in LibreOffice
The 2019 Stack Overflow Developer Survey Results Are InNot all TTF fonts visible from the (Sun) JDKProblems with ttf font rendering under LibreOfficeWhy can't I install new fonts in LibreOffice?LibreOffice does not detects my fontsInstall fonts temporarilyInstallation of both LibreOffice and OpenOffice on 14.10Why are fonts being substituted in Libreoffice even if they are installed?Menu font size of some applications too bigger or too smaller than system fontsLibreOffice does not detect Windows fontsFonts in LibreOffice
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I installed some fonts (mingliu.ttc) by putting them in ~/.fonts/
The font is visible in other applications (such as Abiword & Firefox).
But it does not appear in the font menu of LibreOffice.
When I type the font name manually, the characters display as squares.
How can I install the font for LibreOffice?
fonts libreoffice fontconfig
add a comment |
I installed some fonts (mingliu.ttc) by putting them in ~/.fonts/
The font is visible in other applications (such as Abiword & Firefox).
But it does not appear in the font menu of LibreOffice.
When I type the font name manually, the characters display as squares.
How can I install the font for LibreOffice?
fonts libreoffice fontconfig
add a comment |
I installed some fonts (mingliu.ttc) by putting them in ~/.fonts/
The font is visible in other applications (such as Abiword & Firefox).
But it does not appear in the font menu of LibreOffice.
When I type the font name manually, the characters display as squares.
How can I install the font for LibreOffice?
fonts libreoffice fontconfig
I installed some fonts (mingliu.ttc) by putting them in ~/.fonts/
The font is visible in other applications (such as Abiword & Firefox).
But it does not appear in the font menu of LibreOffice.
When I type the font name manually, the characters display as squares.
How can I install the font for LibreOffice?
fonts libreoffice fontconfig
fonts libreoffice fontconfig
edited Mar 28 '11 at 2:34
Mark Russell
6,88323135
6,88323135
asked Mar 26 '11 at 12:06
user13030user13030
2814
2814
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
That's weird. I just tried with the same font (mingliu.ttc) and it worked fine in LibreOffice on Ubuntu 10.10.
There might be a problem with your font cache.
Try running sudo fc-cache -f -v
. This will rebuild the cache.
1
I deleted ~/.fontconfig manually and run fc-cache again.It works now.
– user13030
Mar 27 '11 at 3:43
If you use the "Quick Start" feature (the LibreOffice's tray icon), you should exit from there (right click on the icon -> Terminate QuickStart) after closing all open documents, and then rebuild the cache, otherwise LibreOffice won't update its internal cache and you won't see the new fonts.
– Lorenzo Ancora
Apr 18 '18 at 12:06
add a comment |
I had similar font problems with LibreOffice Version 4.4.2.2 and lubuntu 15.04. I checked the permission of the font files in /usr/share/fonts/ folder, changed the permission from 600 to 744, and used the terminal command "sudo fc-cache -fv". It solved my problems, therefore, ownership of the font can be a cause of the problem.
1
This worked for me as well in lubuntu 16.04 and LibreOffice 5.1.4.2. My installed fonts in/usr/local/share/fonts/
had userroot:staff
and permission600
. Now, with permission622
the fonts are recognized by LibreOffice, even without re-runningsudo fc-cache -fv
.
– Marten Koetsier
Oct 25 '16 at 20:58
add a comment |
My version of libreoffice does not "see" True Type Collection (.ttc) fonts. So I had to break open the collection like this:
1. install Fontforge through the Ubuntu Software app.
2. right click the .ttc file and open with Fontforge.
3. you will be asked to choose which of the fonts in the collection you want to choose, pick anyone.
4. next step select "Generate fonts" and in the drop down menu select True Type and save. You wil get a .ttf
5. start again to convert the other members of the collection and then install them all the normal way and they do appear in libreoffice (as one)
add a comment |
I tried some methods, but all do not work for me.
I finally manually downloaded the fonts and move them to ~/.local/share/fonts/
, and sudo fc-cache -f -v
to refresh the cache.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f32088%2fsome-fonts-dont-appear-in-libreoffice%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
That's weird. I just tried with the same font (mingliu.ttc) and it worked fine in LibreOffice on Ubuntu 10.10.
There might be a problem with your font cache.
Try running sudo fc-cache -f -v
. This will rebuild the cache.
1
I deleted ~/.fontconfig manually and run fc-cache again.It works now.
– user13030
Mar 27 '11 at 3:43
If you use the "Quick Start" feature (the LibreOffice's tray icon), you should exit from there (right click on the icon -> Terminate QuickStart) after closing all open documents, and then rebuild the cache, otherwise LibreOffice won't update its internal cache and you won't see the new fonts.
– Lorenzo Ancora
Apr 18 '18 at 12:06
add a comment |
That's weird. I just tried with the same font (mingliu.ttc) and it worked fine in LibreOffice on Ubuntu 10.10.
There might be a problem with your font cache.
Try running sudo fc-cache -f -v
. This will rebuild the cache.
1
I deleted ~/.fontconfig manually and run fc-cache again.It works now.
– user13030
Mar 27 '11 at 3:43
If you use the "Quick Start" feature (the LibreOffice's tray icon), you should exit from there (right click on the icon -> Terminate QuickStart) after closing all open documents, and then rebuild the cache, otherwise LibreOffice won't update its internal cache and you won't see the new fonts.
– Lorenzo Ancora
Apr 18 '18 at 12:06
add a comment |
That's weird. I just tried with the same font (mingliu.ttc) and it worked fine in LibreOffice on Ubuntu 10.10.
There might be a problem with your font cache.
Try running sudo fc-cache -f -v
. This will rebuild the cache.
That's weird. I just tried with the same font (mingliu.ttc) and it worked fine in LibreOffice on Ubuntu 10.10.
There might be a problem with your font cache.
Try running sudo fc-cache -f -v
. This will rebuild the cache.
answered Mar 26 '11 at 13:29
Mark RussellMark Russell
6,88323135
6,88323135
1
I deleted ~/.fontconfig manually and run fc-cache again.It works now.
– user13030
Mar 27 '11 at 3:43
If you use the "Quick Start" feature (the LibreOffice's tray icon), you should exit from there (right click on the icon -> Terminate QuickStart) after closing all open documents, and then rebuild the cache, otherwise LibreOffice won't update its internal cache and you won't see the new fonts.
– Lorenzo Ancora
Apr 18 '18 at 12:06
add a comment |
1
I deleted ~/.fontconfig manually and run fc-cache again.It works now.
– user13030
Mar 27 '11 at 3:43
If you use the "Quick Start" feature (the LibreOffice's tray icon), you should exit from there (right click on the icon -> Terminate QuickStart) after closing all open documents, and then rebuild the cache, otherwise LibreOffice won't update its internal cache and you won't see the new fonts.
– Lorenzo Ancora
Apr 18 '18 at 12:06
1
1
I deleted ~/.fontconfig manually and run fc-cache again.It works now.
– user13030
Mar 27 '11 at 3:43
I deleted ~/.fontconfig manually and run fc-cache again.It works now.
– user13030
Mar 27 '11 at 3:43
If you use the "Quick Start" feature (the LibreOffice's tray icon), you should exit from there (right click on the icon -> Terminate QuickStart) after closing all open documents, and then rebuild the cache, otherwise LibreOffice won't update its internal cache and you won't see the new fonts.
– Lorenzo Ancora
Apr 18 '18 at 12:06
If you use the "Quick Start" feature (the LibreOffice's tray icon), you should exit from there (right click on the icon -> Terminate QuickStart) after closing all open documents, and then rebuild the cache, otherwise LibreOffice won't update its internal cache and you won't see the new fonts.
– Lorenzo Ancora
Apr 18 '18 at 12:06
add a comment |
I had similar font problems with LibreOffice Version 4.4.2.2 and lubuntu 15.04. I checked the permission of the font files in /usr/share/fonts/ folder, changed the permission from 600 to 744, and used the terminal command "sudo fc-cache -fv". It solved my problems, therefore, ownership of the font can be a cause of the problem.
1
This worked for me as well in lubuntu 16.04 and LibreOffice 5.1.4.2. My installed fonts in/usr/local/share/fonts/
had userroot:staff
and permission600
. Now, with permission622
the fonts are recognized by LibreOffice, even without re-runningsudo fc-cache -fv
.
– Marten Koetsier
Oct 25 '16 at 20:58
add a comment |
I had similar font problems with LibreOffice Version 4.4.2.2 and lubuntu 15.04. I checked the permission of the font files in /usr/share/fonts/ folder, changed the permission from 600 to 744, and used the terminal command "sudo fc-cache -fv". It solved my problems, therefore, ownership of the font can be a cause of the problem.
1
This worked for me as well in lubuntu 16.04 and LibreOffice 5.1.4.2. My installed fonts in/usr/local/share/fonts/
had userroot:staff
and permission600
. Now, with permission622
the fonts are recognized by LibreOffice, even without re-runningsudo fc-cache -fv
.
– Marten Koetsier
Oct 25 '16 at 20:58
add a comment |
I had similar font problems with LibreOffice Version 4.4.2.2 and lubuntu 15.04. I checked the permission of the font files in /usr/share/fonts/ folder, changed the permission from 600 to 744, and used the terminal command "sudo fc-cache -fv". It solved my problems, therefore, ownership of the font can be a cause of the problem.
I had similar font problems with LibreOffice Version 4.4.2.2 and lubuntu 15.04. I checked the permission of the font files in /usr/share/fonts/ folder, changed the permission from 600 to 744, and used the terminal command "sudo fc-cache -fv". It solved my problems, therefore, ownership of the font can be a cause of the problem.
answered Oct 25 '15 at 9:16
TakaTaka
212
212
1
This worked for me as well in lubuntu 16.04 and LibreOffice 5.1.4.2. My installed fonts in/usr/local/share/fonts/
had userroot:staff
and permission600
. Now, with permission622
the fonts are recognized by LibreOffice, even without re-runningsudo fc-cache -fv
.
– Marten Koetsier
Oct 25 '16 at 20:58
add a comment |
1
This worked for me as well in lubuntu 16.04 and LibreOffice 5.1.4.2. My installed fonts in/usr/local/share/fonts/
had userroot:staff
and permission600
. Now, with permission622
the fonts are recognized by LibreOffice, even without re-runningsudo fc-cache -fv
.
– Marten Koetsier
Oct 25 '16 at 20:58
1
1
This worked for me as well in lubuntu 16.04 and LibreOffice 5.1.4.2. My installed fonts in
/usr/local/share/fonts/
had user root:staff
and permission 600
. Now, with permission 622
the fonts are recognized by LibreOffice, even without re-running sudo fc-cache -fv
.– Marten Koetsier
Oct 25 '16 at 20:58
This worked for me as well in lubuntu 16.04 and LibreOffice 5.1.4.2. My installed fonts in
/usr/local/share/fonts/
had user root:staff
and permission 600
. Now, with permission 622
the fonts are recognized by LibreOffice, even without re-running sudo fc-cache -fv
.– Marten Koetsier
Oct 25 '16 at 20:58
add a comment |
My version of libreoffice does not "see" True Type Collection (.ttc) fonts. So I had to break open the collection like this:
1. install Fontforge through the Ubuntu Software app.
2. right click the .ttc file and open with Fontforge.
3. you will be asked to choose which of the fonts in the collection you want to choose, pick anyone.
4. next step select "Generate fonts" and in the drop down menu select True Type and save. You wil get a .ttf
5. start again to convert the other members of the collection and then install them all the normal way and they do appear in libreoffice (as one)
add a comment |
My version of libreoffice does not "see" True Type Collection (.ttc) fonts. So I had to break open the collection like this:
1. install Fontforge through the Ubuntu Software app.
2. right click the .ttc file and open with Fontforge.
3. you will be asked to choose which of the fonts in the collection you want to choose, pick anyone.
4. next step select "Generate fonts" and in the drop down menu select True Type and save. You wil get a .ttf
5. start again to convert the other members of the collection and then install them all the normal way and they do appear in libreoffice (as one)
add a comment |
My version of libreoffice does not "see" True Type Collection (.ttc) fonts. So I had to break open the collection like this:
1. install Fontforge through the Ubuntu Software app.
2. right click the .ttc file and open with Fontforge.
3. you will be asked to choose which of the fonts in the collection you want to choose, pick anyone.
4. next step select "Generate fonts" and in the drop down menu select True Type and save. You wil get a .ttf
5. start again to convert the other members of the collection and then install them all the normal way and they do appear in libreoffice (as one)
My version of libreoffice does not "see" True Type Collection (.ttc) fonts. So I had to break open the collection like this:
1. install Fontforge through the Ubuntu Software app.
2. right click the .ttc file and open with Fontforge.
3. you will be asked to choose which of the fonts in the collection you want to choose, pick anyone.
4. next step select "Generate fonts" and in the drop down menu select True Type and save. You wil get a .ttf
5. start again to convert the other members of the collection and then install them all the normal way and they do appear in libreoffice (as one)
answered Jun 9 '16 at 18:18
3lilspins3lilspins
1
1
add a comment |
add a comment |
I tried some methods, but all do not work for me.
I finally manually downloaded the fonts and move them to ~/.local/share/fonts/
, and sudo fc-cache -f -v
to refresh the cache.
add a comment |
I tried some methods, but all do not work for me.
I finally manually downloaded the fonts and move them to ~/.local/share/fonts/
, and sudo fc-cache -f -v
to refresh the cache.
add a comment |
I tried some methods, but all do not work for me.
I finally manually downloaded the fonts and move them to ~/.local/share/fonts/
, and sudo fc-cache -f -v
to refresh the cache.
I tried some methods, but all do not work for me.
I finally manually downloaded the fonts and move them to ~/.local/share/fonts/
, and sudo fc-cache -f -v
to refresh the cache.
answered 17 mins ago
Jingpeng WuJingpeng Wu
111
111
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f32088%2fsome-fonts-dont-appear-in-libreoffice%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown