Re: pgadmin3 font patch

Поиск
Список
Период
Сортировка
От Hiroshi Saito
Тема Re: pgadmin3 font patch
Дата
Msg-id 015d01c343e4$f36d58e0$1f324d80@w2k
обсуждение исходный текст
Ответ на pgadmin3 font patch  ("Hiroshi Saito" <saito@inetrt.skcapi.co.jp>)
Ответы Re: pgadmin3 font patch  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-hackers
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?

Regards,
Hiroshi-Saito


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: pgadmin3 font patch
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: pgadmin3 font patch