Re: pgadmin3 font patch - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: pgadmin3 font patch
Date
Msg-id 3F086191.300@pse-consulting.de
Whole thread Raw
In response to Re: pgadmin3 font patch  ("Hiroshi Saito" <saito@inetrt.skcapi.co.jp>)
List pgadmin-hackers
Hiroshi Saito wrote:

>Hi Andreas.
>
>From: "Andreas Pflug" <pgadmin@pse-consulting.de>
>
>
>>Hi Hiroshi,
>>that fix doesn't work, because it only declares the default font to be
>>wxMODERN, but it actually won't act like that. It's still variable pitch.
>>
>>
>it was so...
>
>
>
>>What's going wrong if the previous implementation wxFont(9, wxMODERN,
>>wxNORMAL, wxNORMAL) is used?
>>
>>
>
>It doesn't interpret multi-byte.
>Hmm...
>
>It is made the following as another method.
>...
>static wxLocale theLocaleObj(wxLANGUAGE_DEFAULT);
>bool MyApp::OnInit() {
>...
>...
>
>But, this brings about the same result again, too.
>After all, even if it has optional establishment, the same conclusion again
>will be reached.
>Is there any good thought besides?
>
>
>
So there's only one solution left: the font needs to be configurable.
I'll add this to frmOptions.

Regards,
Andreas



pgadmin-hackers by date:

Previous
From: "Hiroshi Saito"
Date:
Subject: Re: pgadmin3 font patch
Next
From: "Hiroshi Saito"
Date:
Subject: Re: pgadmin3 font patch