Jacek Caban<[EMAIL PROTECTED]> writes:
> + if(chf16->lpTemplateName)
> + {
> + len1 = strlen(MapSL(chf16->lpTemplateName));
> + chf32w->lpTemplateName = malloc(len1 * sizeof(WCHAR));
> + MultiByteToWideChar(CP_ACP, 0, (LPSTR)MapSL(chf16->lpTemplateName),
> + l
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
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]
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'};
> >
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