1
vote
1answer
37 views

Effect if any of changing LD_LIBRARY_PATH environnment variable on emacs fonts?

The rendering of my emacs fonts changes if I define a specific list of directories under the LD_LIBRARY_PATH environment variable just before I call emacs. I changed this because I wanted to use emacs ...
0
votes
0answers
104 views

Unable to open EPS files

I am unable to open eps files in my machine. I have attached the screenshots of what happens when try to view a eps file with default pdf viewer and ghost script viewer (gv). The condition is same ...
1
vote
0answers
250 views

Debian Console Font with Nvidia Drivers?

On my Debian Squeeze (6.x) installation my system had a nice small login shell font (terminus??) but after installing the nvidia drivers for my machine it boots up using a very chunky font (on a 24 ...
4
votes
1answer
131 views

How to block glyph fallback on Linux?

I want to block font substitution in specific apps on Linux, but my research indicates that it might be controlled only at the system level, probably with fontconfig. I have found some discussion of ...
2
votes
1answer
137 views

What tool can preview console font?

I don't know about the console font format, for a normal truetype font, I could use gnome-font-viewer to preview it, but what about console font? If I don't switch back to another tty, and use setfont ...
2
votes
2answers
2k views

Can I change the font of terminal?

I have a Un*x OS installed without desktop, I wonder if it is possible to change the font of terminal.
2
votes
3answers
466 views

How do I restore my console default font, and why has it changed?

I'm using Lubuntu 11.10, and I use my console a lot. Today I discovered that its font was changed; specifically, this screen is from yesterday: and this is from today: First of all, any idea of ...
4
votes
1answer
224 views

How to find out how fc-match matches?

When I run fc-mach Sans, it returns DejaVuSans.ttf: "DejaVu Sans" "Book" but if it is run like fc-match "Sans " or fc-match "Sans 9" it returns unifont.ttf: "unifont" "Medium". I prefer to always use ...
2
votes
2answers
1k views

How do I change the font size when using lp on Linux?

I used to send files in Unix to a printer with lp, and used -ofp16.16 or -ofp12 to change the size of the fonts. This does not work on Linux; what should I use instead?
2
votes
1answer
1k views

Ubuntu Server, set terminal font to a custom ttf font?

I would like to change the system (console) font of my ubuntu server to a custom (downloaded) font. Is this possible? I've tried to use: dpkg-reconfigure console-setup but the only allows me to ...
1
vote
1answer
353 views

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 ...
1
vote
1answer
586 views

Is there a unix command line tool that can analyze font files?

Given a directory of font files (TTF and OTF) I'd like to inspect each font and determine what style (regular, italic, bold, bold-italic) it is. Is there a command line tool for unix flavored ...
4
votes
1answer
774 views

How do I configure setfont and loadkeys properly?

I'm installing LFS and I'm struggling with this section. My locale is sv_SE.UTF-8 and I have a Swedish keyboard. So I suppose I should enable unicode and that the keymap is sv-latin1: cat > ...
2
votes
1answer
266 views

Fedora: Adding extra fonts in a safe manner

I installed few free fonts from smashingmagazine.com on my Fedora 14 laptop. I didn't like them much so I removed them from /usr/share/fonts using rm -f. The consequence was that my Google Chrome ...
2
votes
2answers
2k views

How to change temporarily font size in text console in openSUSE?

I found several answers already but all of them are focused on changing size for good, i.e. at Lilo/Grub level. I don't want this though. So, key issues: changing size on-fly, I would like to ...
2
votes
1answer
1k views

Terminal charset / font

I want to write a game which runs in a terminal. I do some terminal coloring and wanted to use some unicode characters for nice ascii art "graphics". But a lot of unicode characters aren't supported ...
8
votes
2answers
996 views

How does Linux manage fonts?

When I used Windows (a very very long time ago!), and Mac OS X, there was always a central "repository" of fonts shared and accessed by the OS and all programs (the font folder in Windows, and Font ...
2
votes
2answers
213 views

How to install fonts for X?

I would like to setup a Linux system with ScrotWM as the window manager, but I noticed that X is aware of only a few fonts. I would like to have UTF-8 fonts that support multiple languages, including ...
5
votes
2answers
342 views

Font getting reset in virtual console on GNU/Linux

I have set a custom font on my virtual console (vt1) using the following command: shell> setfont ter-114f If I switch to X (using Ctrl+Alt+F7) and come back to the virtual console (using ...