Stefan Leichter
|
83846cd131
|
gdi32: Add stub for GetFontResourceInfoW.
|
2013-01-22 20:02:00 +01:00 |
Alexandre Julliard
|
f496a5a0e6
|
gdi32: Fix copy/paste typo in get_char_positions_indices.
|
2013-01-22 12:13:19 +01:00 |
Andrew Talbot
|
f98f70fb41
|
gdi32: Avoid signed-unsigned integer comparisons.
|
2013-01-21 12:51:15 +01:00 |
Alexandre Julliard
|
8681774a4f
|
gdi32: Support for hidden flag of CreateScalableFontResource.
|
2013-01-15 14:30:35 +01:00 |
Alexandre Julliard
|
46532e8d8a
|
gdi32: Add support for .fot files in RemoveFontResource.
|
2013-01-15 14:30:35 +01:00 |
Alexandre Julliard
|
227fc26e63
|
gdi32: Use the correct physdev for each driver call (Coverity).
|
2012-12-27 20:53:25 +01:00 |
Alexandre Julliard
|
57f84bc7bb
|
gdi32: Avoid duplicate computation of text extents in ExtTextOut.
|
2012-12-20 15:08:31 +01:00 |
Alexandre Julliard
|
0da8c0d92e
|
gdi32: Compute the extents of the whole string at once in ExtTextOut.
|
2012-12-20 14:32:58 +01:00 |
Alexandre Julliard
|
bbf3e8621a
|
gdi32: Remove from the GetTextExtentExPoint entry points parameters that can't be handled by the driver.
|
2012-12-18 19:26:25 +01:00 |
Alexandre Julliard
|
1c2f23cf2f
|
gdi32: Add helper functions for GetTextExtentExPoint and fix handling of text justification.
|
2012-12-18 19:21:44 +01:00 |
Andrew Talbot
|
0653f7a64d
|
gdi32: Indentation fix.
|
2012-12-17 11:48:03 +01:00 |
Alexandre Julliard
|
456b4c876e
|
gdi32: Add a helper function to order the points of a rectangle.
|
2012-12-14 17:37:33 +01:00 |
Alexandre Julliard
|
351e58318a
|
gdi32: Fix text justification to properly handle logical coordinates.
|
2012-12-11 20:45:38 +01:00 |
Alexandre Julliard
|
b057c5f140
|
gdi32: Fix handling of font orientation in advanced graphics mode.
|
2012-12-10 17:36:23 +01:00 |
Alexandre Julliard
|
75fff47f94
|
gdi32: Add ref counting to the font objects and simplify the cache management.
|
2012-12-10 13:42:23 +01:00 |
Alexandre Julliard
|
6144824965
|
gdi32: Remove special handling for linked fonts in ExtTextOut.
|
2012-12-05 20:23:50 +01:00 |
Alexandre Julliard
|
78626cdbaa
|
gdi32: Support caching glyphs by character code and not only by glyph index.
|
2012-12-05 17:46:47 +01:00 |
Alexandre Julliard
|
86c41dc468
|
gdi32: Take into account the FontSmoothing key for anti-aliasing.
|
2012-11-06 16:02:27 +01:00 |
Alexandre Julliard
|
ff8647ea39
|
gdi32: Avoid opening the desktop registry key multiple times.
|
2012-11-06 16:02:19 +01:00 |
Alexandre Julliard
|
5c02c352d9
|
gdi32: Determine the default anti-aliasing parameters in the null driver SelectFont entry point.
|
2012-11-05 16:15:25 +01:00 |
Alexandre Julliard
|
123da6f888
|
gdi32: Move checking of the subpixel support and gasp flags to freetype.c.
|
2012-11-02 17:21:45 +01:00 |
Alexandre Julliard
|
9cdb0e1ca6
|
gdi32: Disable anti-aliasing when necessary in the various drivers.
|
2012-11-02 16:41:26 +01:00 |
Alexandre Julliard
|
ccc034c27e
|
gdi32: Store the anti-aliasing flags in the DC when selecting a font.
|
2012-11-02 16:41:23 +01:00 |
Alexandre Julliard
|
6164d533a9
|
gdi32: Add a parameter to return anti-aliasing flags in the SelectFont driver entry point.
|
2012-11-02 16:41:21 +01:00 |
Huw Davies
|
9247328371
|
gdi32: Implement sub-pixel glyph smoothing.
|
2012-10-30 18:09:00 +01:00 |
Alexandre Julliard
|
df357093cc
|
gdi32: Get rid of the GDIOBJHDR type.
|
2012-10-17 13:48:45 +02:00 |
Alexandre Julliard
|
f0e4062773
|
gdi32: Allow GetCharABCWidths on all scalable fonts, not just TrueType ones.
|
2012-09-27 13:13:43 +02:00 |
Alexandre Julliard
|
4c3cc50104
|
gdi32: Fix bitmap glyph allocation size in ExtTextOut fallback implementation.
|
2012-07-02 10:58:57 +02:00 |
Stefan Leichter
|
db21158faa
|
gdi32: Spelling fix.
|
2012-06-28 11:37:03 +02:00 |
Alexandre Julliard
|
1416d0e6f1
|
gdi32: Remove the bitmap parameter from the Get/PutImage entry points.
|
2012-05-29 21:05:52 +02:00 |
Alexandre Julliard
|
b1ccff1a9c
|
gdi32: Add helper functions for manipulating bounds rectangles.
|
2012-04-16 13:41:29 +02:00 |
Dmitry Timoshkov
|
62b9c26bb5
|
gdi32: Refuse to load a large .fot file earlier.
|
2012-04-02 12:42:22 +02:00 |
Huw Davies
|
88a2620b14
|
gdi32: Add support for loading scalable font resources.
|
2012-03-30 15:29: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 |
Alexandre Julliard
|
78c3af9f18
|
gdi32: Fix missing increment of integer data in GetCharABCWidthsFloat.
|
2012-03-02 17:03:45 +01:00 |
Alexandre Julliard
|
32057bf132
|
gdi32: Don't paint the text rectangle in transparent mode unless a rectangle is explicitly specified.
|
2012-02-21 17:20:48 +01:00 |
Alexander Kochetkov
|
86de76b9e1
|
gdi32: Fix text baseline calculation in compatible mode.
|
2012-02-16 18:51:55 +01:00 |
Huw Davies
|
d3bfa44d53
|
gdi32: Intersect the background text box with the clip rectangle in device units.
|
2012-02-09 09:34:43 -06:00 |
Huw Davies
|
1eca24bd6b
|
gdi32: Rename a shadow variable.
|
2012-02-09 09:34:38 -06:00 |
Akihiro Sagawa
|
70c2222180
|
gdi32: Avoid making a DBCS character in range.
|
2011-12-27 16:55:09 +01:00 |
Alexandre Julliard
|
27eb63b082
|
gdi32: GetCharABCWidthsFloatW must succeed with non-TrueType fonts.
|
2011-12-12 11:14:25 +01:00 |
Alexandre Julliard
|
1e2dd7cad8
|
gdi32: Add a helper function to clip a rectangle to the DC visible rect.
|
2011-12-06 15:50:59 +01:00 |
Huw Davies
|
4ce3af3fad
|
gdi32: Add support for checking the font's gasp flags.
|
2011-12-02 17:25:54 +01:00 |
Huw Davies
|
0ab46cd5e9
|
gdi32: Avoid reading past the end of the indices array.
Spotted by Marcus Meissner.
|
2011-11-24 17:17:07 +01:00 |
Alexandre Julliard
|
670f25cc8f
|
gdi32: Add support for anti-aliasing in the null driver text output fallback.
|
2011-11-21 12:15:53 +01:00 |
Alexandre Julliard
|
1b63d5a610
|
gdi32: Add a helper function to determine anti-aliasing flags.
|
2011-11-21 11:52:30 +01:00 |
Alexandre Julliard
|
5282ffadad
|
gdi32: Add a null driver fallback implementation for non-antialiased text output.
|
2011-11-21 11:52:26 +01:00 |
Alexandre Julliard
|
199409a27b
|
gdi32: Fix positioning of font underlines and strikeouts.
|
2011-11-07 13:41:18 +01:00 |
Alexandre Julliard
|
26aaaa1269
|
gdi32: Fix a misplaced release_dc_ptr call.
|
2011-10-28 11:29:34 +02:00 |