You are not logged in.

#1 2013-03-06 23:23:37

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Some help with GIMP - my fonts look terrible [SOLVED]

Subject says it all... have a look:
branding.png

Why does my anti-aliased text look like that with the horrible green boarders?

EDIT: Solution is in post #4.  Works great now:
GM11_heading_branding.jpg

Last edited by graysky (2013-03-07 21:42:41)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#2 2013-03-07 11:01:03

henk
Member
From: Weert, Netherlands
Registered: 2013-01-01
Posts: 334

Re: Some help with GIMP - my fonts look terrible [SOLVED]

Something like this?

http://www.waersekuj.nl/images/branding-new-1.xcf

Edit: couldn't get the image tag to work

Last edited by henk (2013-03-07 11:03:52)

Offline

#3 2013-03-07 11:26:40

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: Some help with GIMP - my fonts look terrible [SOLVED]

@henk - No, because the font field should do this naively.  Converting and filling makes it look too 2-dimensional (no anti-aliasing effect).


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#4 2013-03-07 20:02:51

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: Some help with GIMP - my fonts look terrible [SOLVED]

I think I just happened upon the problem: freetype2-infinality
I removed this package reverting to vanilla freetype2 and the problem is now gone... but my OS fonts look all messed up hmm

Last edited by graysky (2013-03-07 21:42:30)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#5 2013-03-08 00:16:21

Supplantr
Member
From: a state of sunshine
Registered: 2011-12-12
Posts: 149
Website

Re: Some help with GIMP - my fonts look terrible [SOLVED]

Some follow-up info: it's a known issue with the infinality patch set. I'm currently using the git build 2.4.99git20130110 from the AUR and the issue is still present. But, the solution posted here (use black text on a white background and invert it) has worked for me.


I use linux and I dont understand nothing in this post.

Offline

#6 2013-03-08 00:27:33

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: Some help with GIMP - my fonts look terrible [SOLVED]

@Supplantr - I too found that solution, but it renders the text somewhat 'flat' whereas a true anti-aliasing is what I'm after.  Thanks though.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#7 2013-03-22 15:24:28

userlander
Member
Registered: 2008-08-23
Posts: 413

Re: Some help with GIMP - my fonts look terrible [SOLVED]

Having same problem. If it's just B/W text you can "solve" by converting to grayscale. But otherwise, I guess removing infinality is the only real fix.

Offline

#8 2014-12-23 05:42:59

mittens2001
Member
Registered: 2014-10-18
Posts: 5

Re: Some help with GIMP - my fonts look terrible [SOLVED]

Creating /etc/gimp/2.0/fonts.conf and adding

<fontconfig>
  <match target="font">
    <edit name="rgba" mode="assign">
      <const>none</const>
    </edit>
  </match>
</fontconfig>

fixes the problem.

From http://chakraos.org/wiki/index.php?titl … ity-bundle

Last edited by mittens2001 (2014-12-23 05:43:36)

Offline

#9 2015-01-08 10:26:55

SysGhost
Member
From: Stockholm
Registered: 2012-11-09
Posts: 62

Re: Some help with GIMP - my fonts look terrible [SOLVED]

mittens2001 wrote:

Creating /etc/gimp/2.0/fonts.conf and adding

<fontconfig>
  <match target="font">
    <edit name="rgba" mode="assign">
      <const>none</const>
    </edit>
  </match>
</fontconfig>

fixes the problem.

From http://chakraos.org/wiki/index.php?titl … ity-bundle

This is the solution I went for.
It turns off subpixel rendering for GIMP, and it isn't a such bad idea as it sounds like at first, due to the fact that GIMP uses it's own subpixel-rendering anyway.
This is a better solution than the one in post #4, since that solution affects all programs, and not just GIMP.

Offline

Board footer

Powered by FluxBB