Today, I had a chance to shamelessly steal the Windows truetype fonts. I, of course, did, thinking I could try make some neato things in the GIMP. No such luck! After installing them and having everything else reconize said fonts, I loaded up the GIMP for the first time in a while, and went to the text menu. Guess what? The fonts aren't there. Looking closer into the matter via Google, I found out GIMP seems to only reconize "Type 1" fonts. I couldn't find much more about this. Any ideas? Did the internet lie to me?
How the heck could I use these nifty fonts in The GIMP?
GIMP Playing Nice With Windows Truetype Fonts
Jesus Christ, I'm about to cry. Apparantly, the case is different when using Slackware--it does some magical thing that ruins my life and doesn't allow me to use pretty Microsoft fonts.
Can anybody explain what's wrong with this?
Searching Google, I found many people with the same problem--no one wants to give a solution, though.
Can anybody explain what's wrong with this?
Code: Select all
bash-2.05b# xset fp+ /usr/X11/lib/fonts/TTF
xset: bad font path element (#181), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
Well, according to the message I would guess either your directory has the wrong permissions or you didn't run mkfontdir or mkfontscale on the directory. See my TTF tip for Red Hat (that part should be the same on all distros):
http://voidmain.is-a-geek.net/files/RPM ... 1.i386.rpm
Also, are you running xfs?
http://voidmain.is-a-geek.net/files/RPM ... 1.i386.rpm
Also, are you running xfs?
Start xfs, comment out all your FontPath lines in your XF86Config and add a line that looks like this where all your other FontPath statements were:Doogee wrote:how can i config my X11 to use XFS?
Code: Select all
FontPath "unix/:7100"
Don't mean to insult you here Quirky, but do you actually have the GIMP Freetype plugin installed?