Re: Small fontdlg fix.

2003-11-25 Thread Shachar Shemesh
Rein Klazes wrote: - How did you see the example before, as screen coordinates and client coordinates where mixed up: I never saw the example text. I applied your patch. I don't know what happened to the font dialog. It did work back when I made the changes. something must have happened to it

Re: Small fontdlg fix.

2003-11-25 Thread Rein Klazes
On Tue, 25 Nov 2003 18:13:55 +0100, I wrote: > Just two questions: > > > - Why don't I see this? Even with selecting a font with Hebrew encoding > I only see the AaBb string. No I did not look good enough, I see the Hebrew characters now. Rein. -- Rein Klazes [EMAIL PROTECTED]

Re: Small fontdlg fix.

2003-11-25 Thread Rein Klazes
On Tue, 25 Nov 2003 18:42:45 +0200, you wrote: > Rein Klazes wrote: > > > HPEN hOrigPen; > > HFONT hOrigFont; > > COLORREF rgbPrev; > >-WCHAR sample[SAMPLE_EXTLEN+5]={'A','a','B','b'}; > >+WCHAR sample[SAMPLE_EXTLEN+9]={'A','a','B','b','Y','y','Z','z'}; > >

Re: Small fontdlg fix.

2003-11-25 Thread Shachar Shemesh
Rein Klazes wrote: HPEN hOrigPen; HFONT hOrigFont; COLORREF rgbPrev; -WCHAR sample[SAMPLE_EXTLEN+5]={'A','a','B','b'}; +WCHAR sample[SAMPLE_EXTLEN+9]={'A','a','B','b','Y','y','Z','z'}; This is wrong. "YyZz" are only added if it's a western encoding. This