Dmitry Timoshkov
|
5476c0e2b9
|
gdi32: ntmCellHeight and ntmAvgWidth should be in font units.
|
2012-04-24 18:44:07 +02:00 |
Dmitry Timoshkov
|
57fbf1434c
|
gdi32: Enumerated font size should not be too large.
This reverts commit f4625d1ae1 .
|
2012-04-24 18:43:45 +02:00 |
Dmitry Timoshkov
|
31f6f48bfd
|
gdi32: Add a test for bitmap fonts selected for not existing font sizes.
|
2012-04-10 19:54:34 +02:00 |
Dmitry Timoshkov
|
b2af51956d
|
gdi32: Remove a no longer needed shortcut in CreateScalableFontResource test.
|
2012-04-02 12:41:40 +02:00 |
Huw Davies
|
105caa28bf
|
gdi32: Implement CreateScalableFontResource.
Based on patches by Jeremy White and Dmitry Timoshkov.
|
2012-03-29 18:16:06 +02:00 |
Huw Davies
|
41fb856961
|
gdi32: Correctly propagate the enumproc's return value.
|
2012-03-14 17:33:54 +01:00 |
Akihiro Sagawa
|
39f748f083
|
gdi32/tests: Reorder tests to avoid side-effects.
|
2012-02-09 11:54:39 -06:00 |
Akihiro Sagawa
|
286854fb06
|
gdi32: Consider whether the logical font face is vertical when selecting.
|
2012-02-08 13:54:40 -06:00 |
Akihiro Sagawa
|
c683ad72b2
|
gdi32/tests: Add tests for East Asian font selection.
|
2012-02-08 13:54:33 -06:00 |
Kusanagi Kouichi
|
fecb1d8b6f
|
gdi32: GetGlyphIndices doesn't substitute glyph.
|
2012-01-10 11:22:41 +01:00 |
Akihiro Sagawa
|
70c2222180
|
gdi32: Avoid making a DBCS character in range.
|
2011-12-27 16:55:09 +01:00 |
Kusanagi Kouichi
|
53385314d0
|
gdi32: Substitute glyph for vertical font only.
|
2011-12-20 20:06:33 +01:00 |
Kusanagi Kouichi
|
69a26387b3
|
gdi32: Add vertical fonts to font list.
|
2011-12-20 20:06:32 +01:00 |
Kusanagi Kouichi
|
b5446ddb45
|
gdi32: Don't remove leading '@' from face name.
|
2011-12-13 18:59:12 +01:00 |
Kusanagi Kouichi
|
bf8a100639
|
gdi32: Don't use preferred family name.
|
2011-12-13 18:59:11 +01:00 |
Kusanagi Kouichi
|
ad58ca235c
|
gdi32/tests: Add tests for vertical font.
|
2011-12-13 18:59:10 +01:00 |
Alexandre Julliard
|
27eb63b082
|
gdi32: GetCharABCWidthsFloatW must succeed with non-TrueType fonts.
|
2011-12-12 11:14:25 +01:00 |
Thomas Faber
|
0a44501a4e
|
gdi32/tests: Test GetTextExtentExPoint behavior with zero and negative max extent values.
|
2011-10-24 19:37:07 +02:00 |
Huw Davies
|
595dbe2eba
|
gdi32: Fix character code metrics for bitmap fonts.
|
2011-10-19 17:38:33 +02:00 |
Marcus Meissner
|
06935e9323
|
gdi32: Remove a incorrect sizeof from pointer arithmetic (Coverity).
|
2011-10-18 15:17:07 +02:00 |
Huw Davies
|
5bd304bd0e
|
gdi32: The text extents functions fail if passed a negative count.
|
2011-10-11 19:43:12 +02:00 |
Francois Gouget
|
262a77057d
|
gdi32: The GetKerningPairsA() test should pass on all the platforms we care about now.
|
2011-09-27 10:59:46 +02:00 |
Francois Gouget
|
a87797fbe2
|
gdi32/tests: Use if(0) instead of #if 0 to make sure code still compiles.
|
2011-09-27 10:58:26 +02:00 |
Dmitry Timoshkov
|
dfb4d2e960
|
gdi32: Add a buch of CreateScalableFontResource() tests.
|
2011-09-01 18:06:39 +02:00 |
Grazvydas Ignotas
|
bf235df2c6
|
gdi32/tests: Add additional font to fullnames test.
|
2011-08-24 12:14:46 +02:00 |
Grazvydas Ignotas
|
5c2976eebc
|
gdi32/tests: Check for exact fonts before doing fullname test.
|
2011-08-24 12:14:46 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Grazvydas Ignotas
|
adcce5d712
|
gdi32: Implement font selection by its full name.
|
2011-05-12 20:00:51 +02:00 |
Grazvydas Ignotas
|
86495cea94
|
gdi32/tests: Test for font selection by full name.
|
2011-05-12 19:58:09 +02:00 |
Akihiro Sagawa
|
79ab0c3375
|
gdi32: Pass a proper code point from GetGlyphOutlineA to W version.
|
2011-05-04 20:42:34 +02:00 |
Akihiro Sagawa
|
d8db1b301d
|
gdi32/tests: Add more tests for GetGlyphOutlineA.
|
2011-05-04 20:42:34 +02:00 |
Akihiro Sagawa
|
cb77f9a239
|
gdi32: Create charset enumeration order list for EnumFontFamiliesEx.
|
2011-04-04 13:44:43 +02:00 |
Akihiro Sagawa
|
a9c9970d9b
|
gdi32/tests: Add a test for a charset enumeration order.
|
2011-04-04 13:43:48 +02:00 |
Dmitry Timoshkov
|
1b041c92cb
|
gdi32: Add a EnumFontFamilies test to see how it handles various font faces.
|
2011-02-24 15:49:44 +01:00 |
Austin English
|
0a649054ae
|
gdi32/tests: Make sure to use return value (LLVM/Clang).
|
2011-02-07 10:07:13 -06:00 |
Kusanagi Kouichi
|
3311bbb319
|
gdi32: Check if a character is double byte or single byte.
|
2011-02-03 13:15:19 +01:00 |
Kusanagi Kouichi
|
c8ebdff8fa
|
gdi32/tests: Add tests for GetGlyphOutlineA.
|
2011-02-03 13:15:19 +01:00 |
Kusanagi Kouichi
|
edabccd5af
|
gdi32/tests: Consolidate identity matrices.
|
2011-02-03 13:15:18 +01:00 |
Kusanagi Kouichi
|
2d6b748c79
|
gdi32: Upper 24 bits of a character range must be same.
|
2011-02-01 18:14:09 +01:00 |
Kusanagi Kouichi
|
c117d45cb3
|
gdi32: Reject invalid character range in GetCharABCWidthsA.
|
2011-01-28 14:50:20 +01:00 |
Kusanagi Kouichi
|
c706ecea82
|
gdi32/tests: Add some more tests for GetCharABCWidthsA.
|
2011-01-28 12:50:53 +01:00 |
Greg Geldorp
|
566d455b29
|
gdi32/tests: Fix font tests on Arabic machines.
|
2011-01-24 12:35:02 +01:00 |
Akihiro Sagawa
|
62b5963507
|
gdi32: Pass the byte count to FONT_mbtowc in GetCharABCWidthsA.
|
2011-01-17 15:59:26 +01:00 |
Akihiro Sagawa
|
c05d8781ad
|
gdi32/tests: Add more tests for GetCharABCWidthsA.
|
2011-01-17 15:59:12 +01:00 |
Greg Geldorp
|
16e9171989
|
gdi32/tests: Fix tmLastChar test.
|
2011-01-14 18:26:19 +01:00 |
Kusanagi Kouichi
|
5c987fc574
|
gdi32: GetCharABCWidthsA should work for DBCS.
|
2011-01-13 17:26:12 +01:00 |
Kusanagi Kouichi
|
fcb4a1610e
|
gdi32/tests: Add a test for GetCharABCWidthsA with DBCS.
|
2011-01-13 17:26:09 +01:00 |
Greg Geldorp
|
33a5cdbf79
|
gdi32/tests: Allow ANSI_CHARSET for some tests.
|
2011-01-12 14:56:05 +01:00 |
Greg Geldorp
|
3658b84509
|
gdi32/tests: Skip tests on unexpected font code page.
|
2011-01-11 16:05:48 +01:00 |
Greg Geldorp
|
857ebf02df
|
gdi32/tests: Fix some font test failures on non-English machines.
|
2011-01-10 13:03:52 +01:00 |