Page 1 of 1

font manager

Posted: Mon 15 Nov 2010, 15:25
by darkcity
didn't know if this belongs in the Desktop/Utility category or here. is there a program that allows you to install fonts by dragging and dropping?

I know its relatively easy anyway, but the easier the better...

Posted: Sun 05 Dec 2010, 21:59
by GustavoYz
That's a good question....
As far as i know, on dir /usr/share/fonts/default/TTF, goes the TTF fonts.
Installing (just copying) the right Unicode fonts, you can be able to see Chinese, Hindi, Japanese characters... But have to be smart dealing with the UT8 standart.

I don't know if you was asking about 'goodlooking' fonts for your programs... If is on this way...¿What programs?

Posted: Sun 05 Dec 2010, 22:08
by darkcity
I believe as well as coping you have to run a few commands.

Programs like abiword defaulting to a non existent fonts is sloppy as well.

Posted: Mon 06 Dec 2010, 06:06
by GustavoYz
For example, adding the arialUnicode.ttf (JUST BY COPYING) i'm able to see and read Chinese characters on Pidgin, Seamonkey, Geany...
As i don't use Abiword, not sure of the level of compatibility with new fonts.

Posted: Mon 06 Dec 2010, 10:25
by darkcity
Okay, I'll have to check what works and what does don't.

Posted: Thu 09 Dec 2010, 03:36
by disciple
darkcity wrote:I believe as well as coping you have to run a few commands.
I think you're supposed to... but for me it seems to work without doing so. Or maybe they start working after a reboot as well or something.

Posted: Sun 09 Jan 2011, 06:52
by GustavoYz
Well, i have checked this issue on Quirky 1.2, and just copying/linking the TTF fonts on that path, Abiword is able to use them. I download a few 'good-looking' fonts from here: http://box-look.org/index.php?xcontentm ... 3d8146ed38.
But, i have no knowledge about font managers... Just a way of do the same thing, manually.
Regards 8)

Posted: Sun 09 Jan 2011, 07:41
by 01micko
Hi guys

There are 2 commands that should be run, for example if you install the fonts to /usr/share/fonts/default/TTF the you need to run:

Code: Select all

mkfontsscale /usr/share/fonts/default/TTF
mkfontdir /usr/share/fonts/default/TTF
Fortunately our friend zigbert has already created a drag'n'drop tool that takes care of everything.. Pfont

Cheers

Posted: Mon 10 Jan 2011, 06:09
by GustavoYz
Hi 01micko... :D
Many thanks for the info, but i was wondering why it works without them (without commands).

I was checking the Pfont package, the main script, and it use the same commands and path as above, and it creates a list of the installed fonts before delete the old one (if it exits).
Do you know whats the difference between make the font installation with/without the commands? Is this a X related issue? Just a thought, as applications really seems to recognize my new-just-copied TTF fonts...

Thanks a lot!
Regards. 8)