Refresh

This website xpt.sourceforge.net/techdocs/nix/x/fonts/xf04-FontAlias/index.html is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Font Alias


Table of Contents

font alias 
could not open default font 'fixed' 
font server problem 
fonts does not exist 
fonts.dir not found 
Wrong font aliaseds (Was: Sid Upgrade: could not open default font 'fixed'
Wrong font aliaseds (Was: Sid Upgrade: could not open default font 'fixed'
font alias example 
in gnu 
in /usr/openwin 
Xterm fonts and Chinese chars 
Symptom 
Reason 

font alias 

> I know I can list fonts and their alias via xlsfonts.
>
> but how can I know what actual font the alias is stand for? thanks!

In the XFree86 on GNU/Linux system, fonts are usually located in `/usr/X11R6/lib/X11/fonts/'

Each directoryes under `/usr/X11R6/lib/X11/fonts/' always have two files named `fonts.alias' and `fonts.dir'

`fonts.dir' maps the real font name to font filename.
`fonts.alias' maps the alias name to the real font name.

So try to look at the every `fonts.alias'

Following command may help you find the location of every alias file.

$ find /usr/X11R6/lib/X11/fonts/ -iname 'fonts.alias' -print