You are not logged in.
Pages: 1
How do I see a list of fonts installed on my system and where they are?
I want to make a package of those fonts, save them and use them in another arch installation just the way I use them now. Can I do that?
Offline
Your fonts are in /usr/share/fonts/ and maybe also in ~/.fonts/.
To watch my fonts, I like using Opcion font viewer > http://aur.archlinux.org/packages.php?K=opcion
Offline
"fc-list" will display all installed fonts on your system.
"fc-list : family" displays all font familys.
"fc-list : family file" will display all font families including thier path
or if you want to just list fonts for a certain language, like for example Chinese. You could do...
"fc-list : lang=zh" or "fc-list : lang=zh family file" will list only Chinese fonts.
Last edited by Leigh (2007-07-01 04:52:05)
-- archlinux 是一个极好的 linux。
Offline
If you make a package of your fonts for use in another installation you might get conflicts with the original font packages, which may be dependents of other packages. The best way to do it would probably be to note which font packages you have installed and then reinstall these.
larch: http://larch.berlios.de
Offline
Your fonts are in /usr/share/fonts/ and maybe also in ~/.fonts/.
Yeah, I am sure there are fonts in ~, because I just reinstalled Arch on a new / partition and kept my old /home partition, and all my fonts and eye candy are still there. (as well as everything else in /home )
Offline
Pages: 1