Re: [pgadmin-hackers] Font debugging code

2003-10-17 Thread Hiroshi Saito
Hi Andreas. This was a very reliable point. Then, Dialog is perfectly reformed. It is thought very good condition.:-) regards, Hiroshi Saito From: "Andreas Pflug" <[EMAIL PROTECTED]> (snip) > Attached a patch to include/wx/msw/setup0.h, which sets all needed > macros to a sensible default. Th

Re: [pgadmin-hackers] Font debugging code

2003-10-17 Thread Hiroshi Saito
Hi Andreas. From: "Andreas Pflug" <[EMAIL PROTECTED]> > Hi Hiroshi, > > your locale problem seems to be fixed, let's get back to that nasty font > stuff. Oh, It is very good.! Thank you very much.!! > > Your debug log showed that a 'M' is calculated to have the same width as > 'g', using t

Re: [pgadmin-hackers] Font debugging code

2003-10-17 Thread Andreas Pflug
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

Re: [pgadmin-hackers] Font debugging code

2003-10-17 Thread Dave Page
Thanks, patch applied. > -Original Message- > From: Hiroshi Saito [mailto:[EMAIL PROTECTED] > Sent: 17 October 2003 05:53 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] Font debugging code > > Hi Dave. > > From: "Dav

Re: [pgadmin-hackers] Font debugging code

2003-10-16 Thread Hiroshi Saito
Hi Dave. From: "Dave Page" <[EMAIL PROTECTED]> (snip) > > Hi Dave. > > Can you have docs/ime_setting.html make an addition. > > To which part? Can I have patch or updated file please? Oh,sorry. It is this. Please Apply it. Thank you. regards, Hiroshi Saito ime_setting_patch Description: Binar

Re: [pgadmin-hackers] Font debugging code

2003-10-16 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 16 October 2003 17:58 > To: Dave Page > Cc: pgadmin-hackers > Subject: Re: [pgadmin-hackers] Font debugging code > > Attached a patch to include/wx/msw/setup0.h, which sets all >

Re: [pgadmin-hackers] Font debugging code

2003-10-16 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 16 October 2003 17:58 > To: Dave Page > Cc: pgadmin-hackers > Subject: Re: [pgadmin-hackers] Font debugging code > > Attached a patch to include/wx/msw/setup0.h, which sets all >

Re: [pgadmin-hackers] Font debugging code

2003-10-16 Thread Dave Page
> -Original Message- > From: Hiroshi Saito [mailto:[EMAIL PROTECTED] > Sent: 16 October 2003 19:23 > To: Andreas Pflug > Cc: Dave Page; [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] Font debugging code > > Oops, > Continuation. > > LC_CTYPE beca

Re: [pgadmin-hackers] Font debugging code

2003-10-16 Thread Hiroshi Saito
Oops, Continuation. LC_CTYPE became necessary, too? As for input of Japanese, is all right in this. #!/bin/sh LC_CTYPE=ja_JP.UTF-8 export LC_CTYPE LANG=ja_JP.UTF-8 export LANG pgadmin3 Hi Dave. Can you have docs/ime_setting.html make an addition. regards, Hiroshi Saito - Original Message

Re: [pgadmin-hackers] Font debugging code

2003-10-16 Thread Hiroshi Saito
ed to call more problem, and a problem became very difficult. regards, Hiroshi Saito - Original Message - From: "Andreas Pflug" <[EMAIL PROTECTED]> To: "Hiroshi Saito" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, October 17, 2003 2:03 AM Su

Re: [pgadmin-hackers] Font debugging code

2003-10-16 Thread Andreas Pflug
Hiroshi Saito wrote: Hi Andreas. It is FreeBSD. 2003-10-16 23:57:25 INFO : Using fontmetrics 12/13, 10 Point 2003-10-16 23:57:25 INFO : Native Description 'Sans 10' 2003-10-16 23:57:25 INFO : Draw size of 'M': w=12, h=13, descent 0, external lead 0. 2003-10-16 23:57:25 INFO : Draw size of

Re: [pgadmin-hackers] Font debugging code

2003-10-16 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 16 October 2003 14:49 To: Dave Page Cc: pgadmin-hackers Subject: Re: [pgadmin-hackers] Font debugging code Huh, that's bloody wrong. Did you by any chance define wxDIALOG_UNIT_COMPATIBILIT

Re: [pgadmin-hackers] Font debugging code

2003-10-16 Thread Hiroshi Saito
Hi Andreas. It is FreeBSD. 2003-10-16 23:57:25 INFO : Using fontmetrics 12/13, 10 Point 2003-10-16 23:57:25 INFO : Native Description 'Sans 10' 2003-10-16 23:57:25 INFO : Draw size of 'M': w=12, h=13, descent 0, external lead 0. 2003-10-16 23:57:25 INFO : Draw size of 'g': w=12, h=13, desc

Re: [pgadmin-hackers] Font debugging code

2003-10-16 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 16 October 2003 14:49 > To: Dave Page > Cc: pgadmin-hackers > Subject: Re: [pgadmin-hackers] Font debugging code > > > Huh, that's bloody wrong. > Did you by any chance def

Re: [pgadmin-hackers] Font debugging code

2003-10-16 Thread Hiroshi Saito
Hi Andreas. It is W2K. 2003-10-16 23:10:02 INFO : Using fontmetrics 8/18, 9 Point 2003-10-16 23:10:02 INFO : Native Description '0;-12;0;0;0;400;0;0;0;128;0;0;0;0;MS UI Gothic' 2003-10-16 23:10:02 INFO : Draw size of 'M': w=9, h=12, descent 2, external lead 0. 2003-10-16 23:10:02 INFO : D

Re: [pgadmin-hackers] Font debugging code

2003-10-16 Thread Andreas Pflug
Dave Page wrote: With icon font = 18pt Tahoma: 2003-10-16 14:18:01 INFO : Using fontmetrics 7/16, 18 Point 2003-10-16 14:18:01 INFO : Native Description '0;-24;0;0;0;400;0;0;0;1;0;0;0;0;Tahoma' 2003-10-16 14:18:01 INFO : Draw size of 'M': w=19, h=29, descent 5, external lead 0. 2003-10-16

Re: [pgadmin-hackers] Font debugging code

2003-10-16 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 16 October 2003 13:05 > To: pgadmin-hackers > Subject: [pgadmin-hackers] Font debugging code > > Hi friends, > > I added some font debugging code to frmMain, all you folks > that suffer from bad looking/calc