Re: Font debugging code

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Hiroshi Saito <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Font debugging code
Date: 2003-10-17 13:46:43
Message-ID: 3F8FF2C3.30406@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hiroshi,

your locale problem seems to be fixed, let's get back to that nasty font
stuff.

Your debug log showed that a 'M' is calculated to have the same width as
'g', using the font 'Sans 10'. This looks irregular, could you debug
what's going on when calling GetTextExtent (frmMain.cpp line 110)? Maybe
this is a Pango issue? What's happening if you're using a different font?

Regards,
Andreas

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-10-17 14:41:33 pgAdmin III v1.0.1 Released
Previous Message Dave Page 2003-10-17 07:17:52 Re: Font debugging code