Re: Font problem

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: blacknoz(at)club-internet(dot)fr
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Font problem
Date: 2003-09-08 10:44:28
Message-ID: 3F5C5D8C.3090202@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

blacknoz(at)club-internet(dot)fr wrote:

>Hi Andreas,
>
>can you please quickly explain to me the way fonts are handled in pgAdmin III and which fonts I should check for existence ? I'm currently looking to the problem reported on Debian unstable and I can't reproduce it. You talked about "helvetica", are you requesting a particular font pattern hardcoded in the source ? I've tried to change font preferences in Gnome an it acts on some of the fonts displayed in pgA3 but not all.
>
>
>
Hi Raphaël,

if I knew...
There's only a single place where the font is modified explicitely,
that's for SQL syntax highlighting boxes, which can be modified using
the appropriate option. The rest of the app is left to wxWindows, which
(should) select a font as appropriate. Actually, I don't know how wx
does the font selection, it may well be that we found a bug. Seems we
have to go to wx mailing lists to find out what's happening.
I compared the font used by pgadmin3 to the desktop font visibly and
thus assumed it's helvetica.11.

Regards,
Andreas

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-09-08 14:39:34 Re: Desktop integration
Previous Message Andreas Pflug 2003-09-08 10:37:04 Re: About pgAdmin III