Robert Shearman
|
0ceb6b6f6b
|
Implement and test GdiGetCharDimensions.
|
2005-07-18 18:05:04 +00:00 |
Peter Berg Larsen
|
6e3bcb5a54
|
Replace strncpy with memcpy or lstrcpyn.
|
2005-04-18 10:30:55 +00:00 |
Jakob Eriksson
|
9ed61de9a2
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
TANABE Hiroshi
|
6585373611
|
Added Multibyte character set support in GetGlyphOutlineA.
|
2005-02-22 19:37:18 +00:00 |
Alex Villacís Lasso
|
2eacfecd25
|
Implemented GetGlyphOutline16.
|
2005-02-21 20:43:59 +00:00 |
Vitaly Lipatov
|
0590343445
|
Add description for ExtTextOut (also include comments from Shachar
Shemesh) and missed constants ETO_NUMERICSLOCAL, ETO_NUMERICSLATIN,
ETO_PDY in wingdi.h.
|
2005-01-05 13:24:52 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Dmitry Timoshkov
|
2b98f3255f
|
Fully initialize NEWTEXTMETRICEXW structure for bitmap fonts.
|
2004-12-21 14:45:38 +00:00 |
Hans Leidekker
|
fe442b21f7
|
Fix signed/unsigned comparison warnings.
|
2004-09-08 01:23:57 +00:00 |
Mike McCormack
|
642180d3c9
|
Add a basic GDI LOGFONT test, fix a couple of failures.
|
2004-09-01 17:29:28 +00:00 |
Alexandre Julliard
|
ebc6a2d9b6
|
Moved all files from the objects/ directory to dlls/gdi.
Merged text.c into font.c and dcvalues.c into dc.c.
|
2004-07-21 04:07:28 +00:00 |