Questions tagged [.ttf]

The .ttf extension denotes a TrueType font file. If you have a question regarding fonts, you may want to use the "fonts" tag instead.

The .ttf extension denotes a TrueType font file. If you have a question regarding fonts, you may want to use the "fonts" tag instead. True-type fonts are not stored as pixels, but as a set of points, along which a smooth curve may be generated at any resolution, using mathematical algorithms such as splines. These files may be generated using open-source programs such as FontForge.

19 questions
106
votes
4 answers

How can I determine which fonts are installed from the command line, and what is the easiest way to install more?

There are many questions and answers regarding fonts on Ubuntu, but not so many dealing with Ubuntu for Embedded Linux, such as Beaglebone Black. I have not been able to locate any .ttf files in standard locations on my system, and I think that…
user391339
  • 1,639
93
votes
6 answers

How to install Arial font (and other Windows fonts) in ubuntu?

How to install Arial font in Ubuntu? I found many ways to install fonts in Ubuntu but I didn't find any proper way or method to install (particularly) Arial fonts in Ubuntu.
Yuvaraj V
  • 1,806
21
votes
5 answers

Cannot install the package ttf-mscorefonts-installer

These are the problems shown on the terminal: W: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied) W:…
21
votes
1 answer

fc-cache: command not found

I've just installed ttf-mscorefonts on ubuntu 18.04 server (not desktop) by running the following command: sudo apt install ttf-mscorefonts-installer Everything seems to have installed correctly. Apparently, in order to get the system to recognise…
JonoB
  • 345
12
votes
1 answer

How to install multiple ttf fonts for system-wide usage?

I had "WinFonts" folder in home directory including many true type fonts (.ttf) which I would like to install to be applied for use widely across Ubuntu system and apps. I need help guiding me to make this step?
user161480
11
votes
2 answers

Package 'ttf-mscorefonts-installer' has no installation candidate

I am having a Java based web application running in Amazon EC2 Ubuntu server. I use Jasper reports to generate some reports in PDF format. I built these reports using 'Jaspersoft Studio' Now, when I try to generate reports, I get this…
PeakGen
  • 300
  • 2
  • 5
  • 13
11
votes
2 answers

How to use Fixedsys in the Gnome Terminal, or wherever monospaced fonts are required

I think that the Fixedsys font is one of the most legible monospaced fonts for programming. It has zero antialiasing, with vertical lines mostly 2 pixels wide. Close to ideal for current monitor dot pitches, in my eyes (literally). Here is a…
7
votes
3 answers

Are True Type fonts (TTF) standard on Ubuntu?

I know I can use .ttf (True Type Font) files on Windows. If I want to install them, I just click on the file and the font gets installed, if it's not already. I just want to know if: Is this the same way on Ubuntu? Are .ttf files standard to store…
KLaus
  • 79
5
votes
1 answer

How to check if a ttf file contains a certain character?

Using the command line, how can I check if a *.ttf file contains a certain character? I want to know if the font-file Ubuntu-R.ttf contains the U+2007 (FIGURE SPACE) character.
sergej
  • 660
5
votes
1 answer

Can I override fonts installed by ttf-mscorefonts-installer, prefer Liberation fonts?

I had to apt-get install ttf-mscorefonts-installer on Ubuntu 12.04/12.10. The short version is I need to pipe PDF files out of an application that requires these fonts for certain glyphs. The problem, after running this command, is that the fonts in…
user57329
4
votes
2 answers

Firefox in Ubuntu 12.04 stops recognize Helvetica and others fonts

Sunddely Firefox stops recognize TTF. All text assigned to special fonts as Helvetica is now presented with Arial or other plain font.. The last changes registered in log of updates was on 03 May. I dont know what's happening. Someone knows…
brausen
  • 41
3
votes
1 answer

Is it possible to convert postcript font to otf/ttf?

I have some ps fonts that are not recogniced by libreoffice. I'd like to convert it to a libreoffice compatible format .ttf/otf so that I can use it. Is it possible to do the conversion?
2
votes
1 answer

Unable to reconfigure ttf-mscorefonts-installer

The command is giving no results sudo dpkg-reconfigure ttf-mscorefonts-installer i referred to the solution 2 of this answer here https://askubuntu.com/a/168377/640457 but the command is giving no output. Kindly help I'm on ubuntu version 16.04 LTS
2
votes
1 answer

Install TTF fonts in Xorg

I need to install some truetype fonts on my system, in order to make them available to some old style app (tgif). I created a new dir in /usr/share/fonts/truetype/mynewfont, copied my TTF files inside, ran mkfontdir and mkfontscale, ran xset fp…
maxxer
  • 21
1
vote
0 answers

How to uninstall a TrueType font?

I have installed a font, and now I wish to remove it, but I am not sure exactly how. I installed it by opening the .TTF file and clicking the "Install" button. But there is no uninstall button, and no obvious way of uninstalling a font installed in…
user364819
1
2