View previous topic :: View next topic |
Author |
Message |
Devrethman Tux's lil' helper


Joined: 29 Jan 2005 Posts: 141 Location: Phoenix, AZ
|
Posted: Sun Feb 05, 2006 6:35 pm Post subject: How do I install Xorg fonts that aren't in portage? |
|
|
I kinda like the fonts from proggyfonts.com, and I downloaded one, and now I have no idea where to put it in order to get it to show up in xemacs. It seems like it should be a rather simple thing to do, but I can't find anything on how to do it. I think I'm probably missing something obvious....
Thanks in advance. _________________ Signature is out for lunch. Feel free to talk to its empty desk. |
|
Back to top |
|
 |
lnxz Guru

Joined: 03 Jul 2005 Posts: 472 Location: Earth
|
Posted: Sun Feb 05, 2006 7:31 pm Post subject: |
|
|
I dunno how you make fonts show up in xemacs, but afaik you can install fonts by putting them in ~/.fonts (or whatever folder you want), after which you have to make sure that folder is included in /etc/fonts/local.conf (and perhaps in the xorg.conf) and run
to update the font cache.
Not really sure, though, as this isn't something I've done myself.
[edit]
I believe xemacs fonts can be configured via .Xdefaults, but this is also something I haven't tried.
[/edit] |
|
Back to top |
|
 |
Bill Cosby Guru


Joined: 22 Jan 2005 Posts: 430 Location: Aachen, Germany
|
Posted: Fri Dec 01, 2006 9:41 pm Post subject: |
|
|
Could anyone help me out here please
Additionally, how would I use these fonts in my term? Is it just plain *font or *faceName ? What's the name of the font etc.
A general overview would be nice.
Thanks in advance,
Bill _________________ The Creature from Jekyll Island. |
|
Back to top |
|
 |
Dan Veteran

Joined: 25 Oct 2005 Posts: 1302
|
|
Back to top |
|
 |
skellr l33t


Joined: 18 Jun 2005 Posts: 997 Location: The Village, Portmeirion
|
Posted: Fri Dec 01, 2006 10:40 pm Post subject: |
|
|
http://gentoo-wiki.com/HOWTO_XFS_and_Custom_Fonts
Stay far away from this page.
The font server is for sharing fonts over a network.
Bill Cosby wrote: | Could anyone help me out here please
Additionally, how would I use these fonts in my term? Is it just plain *font or *faceName ? What's the name of the font etc.
A general overview would be nice.
Thanks in advance,
Bill |
I only use xterm an urxvt. faceName for xterm and .font for urxvt works. fc-list will give you a good idea of what font names to use.
Sorry Devrethman, no idea about xemacs. |
|
Back to top |
|
 |
Bill Cosby Guru


Joined: 22 Jan 2005 Posts: 430 Location: Aachen, Germany
|
Posted: Fri Dec 01, 2006 11:36 pm Post subject: |
|
|
I got it.
I just copied them into /usr/share/fonts/misc there I did
Code: | # mkfontdir /usr/share/fonts/misc |
and then I altered the font.aliases in this directory, now I just use XTerm*font: proggyclean or whatever is to you likeness.  _________________ The Creature from Jekyll Island. |
|
Back to top |
|
 |
|