Re: pgadmin3 font patch

From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgadmin3 font patch
Date: 2003-07-06 17:35:08
Message-ID: 015d01c343e4$f36d58e0$1f324d80@w2k
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Andreas.

From: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)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?

Regards,
Hiroshi-Saito

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-07-06 17:51:13 Re: pgadmin3 font patch
Previous Message Andreas Pflug 2003-07-06 17:10:19 Re: pgadmin3 font patch