RSS/Atom feed Twitter
Site is read-only, email is disabled

add fonts to gimp

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

add fonts to gimp Gracia M. Littauer 09 Mar 18:45
  add fonts to gimp Programmer In Training 09 Mar 20:16
   add fonts to gimp Noel Stoutenburg 09 Mar 22:25
    add fonts to gimp Programmer In Training 09 Mar 22:40
Gracia M. Littauer
2010-03-09 18:45:48 UTC (almost 15 years ago)

add fonts to gimp

can one add font dirs to gimp, if so how..

Programmer In Training
2010-03-09 20:16:51 UTC (almost 15 years ago)

add fonts to gimp

On 03/09/10 11:52, Gracia M. Littauer wrote:

can one add font dirs to gimp, if so how..

The standard way is to do the following:

Edit -> Preferences

In preferences click on the arrow next to Folders, scroll down. Here is where things get hairy. On *Nix you should by default have two entries:

/home/user/.gimp-2.x/fonts (replace x with your point version) /usr/local/share/gimp/fonts

On Windows, I don't know off the top of my head, if you are running Windows, perhaps someone else with access to a Windows box will be able to tell you what you should find there.

Now you can either add fonts to those directories OR, at least on my FreeBSD-8.0-RELEASE-p2 machine, you can create a dot directory (like .gimp-2.x in the above example) called .fonts and drop all your fonts in there. If you do that, you won't have any extra steps. If, however, you want to put your fonts elsewhere, these are the steps to add a folder to that list for GIMP to look in for fonts.

Hit the folder button to the extreme right to start browsing for the directory that you want to add. During this process you can create a folder while browsing for one by selecting "create folder" option in the window that you use to browse the directory.

When done select ok, hit the white paper to add the directory to the list, click ok and restart The GIMP. From then on it will look in those folders to see those fonts.

If I'm missing a step (perhaps for Windows), I hope someone will add to this reply (also correcting me if I've missed a step).

Noel Stoutenburg
2010-03-09 22:25:45 UTC (almost 15 years ago)

add fonts to gimp

Programmer In Training wrote, about adding fonts to GIMP:

On Windows, I don't know off the top of my head, if you are running Windows, perhaps someone else with access to a Windows box will be able to tell you what you should find there.

Don't need to do anything special; the Windows implementation of GIMP seems to be set to use any font in the fonts folder.

ns

Programmer In Training
2010-03-09 22:40:01 UTC (almost 15 years ago)

add fonts to gimp

On 03/09/10 15:25, Noel Stoutenburg wrote:

Programmer In Training wrote, about adding fonts to GIMP:

On Windows, I don't know off the top of my head, if you are running Windows, perhaps someone else with access to a Windows box will be able to tell you what you should find there.

Don't need to do anything special; the Windows implementation of GIMP seems to be set to use any font in the fonts folder.

ns

The OP wants to The GIMP to read fonts from an user-defined folder.