Questions tagged [ttf]

20 questions
86
votes
7 answers

How to view a TTF font file?

Is there an application to simply preview a font from a TTF file without installing it?
Ivan
  • 17,368
  • 35
  • 93
  • 118
18
votes
1 answer

How to install Microsoft true type font on Alpine Linux?

I would like to create a Docker image using Alpine Linux and LibreOffice to render PDF documents. The LibreOffice source documents are using Microsofts Times New Roman font. How can I install Microsoft fonts using apk on Alpine Linux? Is there an…
saw303
  • 283
  • 1
  • 2
  • 7
18
votes
2 answers

How to find out which unicode codepoints are defined in a TTF file?

I need to automate a process of verification which Unicode characters have actual glyphs defined for them in a True Type Font file. How do I go around doing that? I can't seem to find information on how to make sense of the numbers I seem to be…
Sanuuu
  • 283
  • 2
  • 5
12
votes
2 answers

How can I make unicode symbols and truetype fonts work in xterm/uxterm?

I'd like to use a truetype font in xterm/uxterm (version 278) but I get problems with unicode symbols (é for example displays fine, so I guess it's not a disabled utf8 or a locale issue): $ echo -e "\xE2\x98\xA0" gives me a square instead of ☠ with…
Sebastian Blask
  • 222
  • 4
  • 11
11
votes
1 answer

How do I use a font in .ttc format as the console font?

I rather dislike the available tty fonts and would rather use Menlo, which is what I use in OS X's Terminal. Menlo is in a .ttc format, but (from the contents of /usr/share/consolefonts) Linux seems to require .psf.gz fonts, with different files for…
Blacklight Shining
  • 294
  • 1
  • 2
  • 11
10
votes
1 answer

Use or convert .ttf font for console use in FreeBSD

I have a monospace .ttf font I really like (UbuntuBeta Mono). Is there any way I can use it (or convert first and then use, if needed) for the console in freeBSD? I know there is usr/share/syscons/fonts, but it looks like they might be a different…
Azendale
  • 751
  • 2
  • 7
  • 18
5
votes
1 answer

How to use icon fonts in text editor?

I'm currently playing with Polybar and I'm trying to customize the beautiful themes provided here. To display nice looking icons on the bar, the above mentioned themes use the Material Icons, by setting: content =  <- here is the character icon As…
Ben
  • 227
  • 3
  • 16
3
votes
0 answers

Change console font in arch linux to ttf

I have a .ttf font file which I want to use in my arch linux terminal. I followed the instructions for installing fonts on the wiki: https://wiki.archlinux.org/index.php/Fonts#Changing_the_default_font These are the steps I tried: [root#archserver…
Klas. S
  • 131
  • 1
  • 3
2
votes
1 answer

Installing Computer Modern font on Arch Linux

I have tried installing Computer Modern Unicode fonts on Arch-linux using the following AUR repository here, but in vain. The installation goes smoothly and doesn't produce any errors but I still can't find the CMU-ttf fonts in the…
Abhinav
  • 161
  • 1
  • 9
2
votes
1 answer

extract bounding box dimensions for TrueType font

On Linux, I can easily extract the height / width / ascent / descent dimensions of Xorg fonts via xlsfonts, e.g. $ xlsfonts -ll -fn 9x15 | egrep 'bounds|max' bounds: width left right asc desc attr keysym max …
Adam Spiers
  • 892
  • 7
  • 14
1
vote
1 answer

Viewing Runes? (Font installation)

I wanted to see runes (not only in Libreoffice) but in Chrome too. For me, I could not see the following Runes: ᛠᚣᚫᛞᛟᛝᛚᛗᛖᛒᛏᛋᛉᛈᛇᛂᛁᚾᚻᚹᚷᚳᚱᚩᚦᚢ for me, it was boxes (dotted lines), questionmarks, and something on those lines. Note: This might be a…
1
vote
1 answer

Problem Installing .ttf with FontConfig, in userdir for user account, running RHEL

I'm trying to install TTF fonts, for a normal user account, on my RHEL5.4 box The steps I followed are : $ cd ~ $ mkdir .fonts $ cd .fonts $ wget -q http://www.gringod.com/wp-upload/software/Fonts/Monaco_Linux.ttf $ mkfontscale $ mkfontdir $…
user401445
  • 119
  • 3
1
vote
1 answer

Can't install Arial.ttf from Windows / Arial is "Arial Narrow"

I use Arch Linux, and have followed the wiki pages regarding Fonts, Font configuration, Microsoft fonts and Infinality. However, it seems something is wrong with the Microsoft fonts. I copied them over from a mounted Windows 10 installation. I first…
MarioDS
  • 249
  • 3
  • 10
1
vote
2 answers

Convert .fnt to .ttf?

In FreeBSD's /usr/share/syscons/fonts one finds the syscons-fonts in .fnt-format. Is there a way to convert them to .ttf format?
Mirco
  • 111
  • 1
  • 12
0
votes
0 answers

Using gs (Ghostscript) to extract fonts from PDF

I;m tried to use Ghostscript to extract fonts from PDF file. GPL Ghostscript 9.53.3 (2020-10-01) I downloaded extractFonts.ps tool and put it in same folder with PDF file. I also set permissions for extractFonts.ps: 'Allow this file to run as…
Lexx Luxx
  • 1,343
  • 11
  • 26
  • 37
1
2