Commit Graph

31 Commits

Author SHA1 Message Date
Huw Davies 586ae944b5 wineps: Avoid using typeof().
Based on a patch by Alex Henrie.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-18 10:47:52 +02:00
Alexandre Julliard 36a88cdb11 wineps: Avoid sizeof in a trace. 2015-10-15 00:53:19 +09:00
Erich E. Hoover d79de513f7 wineps.drv: Add support for PostScript Format 2 custom glyph names. 2015-09-15 17:49:59 +09:00
Erich E. Hoover b66fcd68f7 wineps.drv: Add support for PostScript Format 2 standard glyph names. 2015-09-15 17:49:42 +09:00
Erich E. Hoover ce0fbe4f1e wineps.drv: Add support for PostScript Format 1 glyph names.
In order to generate a searchable PDF from a PostScript document the
glyph names must follow Adobe's convention.
2015-09-15 17:49:11 +09:00
Alexandre Julliard 54ec6fca6e wineps: Return the size directly from get_bbox to avoid compiler warnings. 2013-10-21 14:50:53 +02:00
Aric Stewart 72b78e7a0a wineps.drv: Remove unnecessary changes included with vertical font work. 2013-08-26 17:04:42 +02:00
Aric Stewart 745e7c93c9 wineps.drv: Allow for vertical text printing.
With extensive review and help from Huw Davies.
2013-08-01 20:43:40 +02:00
Alexandre Julliard 5535302758 wineps: Support getting character codes instead of glyphs in ExtTextOut. 2012-12-05 20:23:46 +01:00
André Hentschel 42f791ccd5 wineps: Avoid memory leaks (coverity). 2012-10-31 16:12:27 +01:00
Alexandre Julliard 16f900fd5a wineps: Always escape Postscript reserved characters in font names. 2012-09-26 17:03:27 +02:00
Qian Hong 733aca30f4 gdi32: Read otmpFullName from TT_NAME_ID_UNIQUE_ID. 2012-09-07 13:32:56 +02:00
Huw Davies bb1740a42e wineps: Add support for printing fake italic fonts. 2012-07-02 19:17:59 +02:00
Pierre Schweitzer 0652bbc3d5 wineps.drv: Fix memory leak. 2011-12-07 17:49:59 +01:00
Alexandre Julliard 29295e98e6 wineps: Fix the font escapement when coordinates are being mirrored. 2011-11-04 16:08:29 +01:00
Alexandre Julliard 49cb530ee3 wineps: Remove unneeded GetTransform prototype. 2011-07-19 18:26:20 +02:00
Alexandre Julliard b49aaf1fed wineps.drv: Use the HDC from the gdi_physdev structure. 2011-07-07 14:46:15 +02:00
Alexandre Julliard 10dcba499f wineps.drv: Pass a generic PHYSDEV to all graphics functions. 2011-07-07 14:46:14 +02:00
Alexander Kochetkov ecde55b757 wineps.drv: All map modes should have inverted y-transforms. 2011-02-10 10:28:02 -06:00
Alexander Kochetkov 69f88da187 wineps.drv: Disable world transform for fonts in GM_COMPATIBLE mode. 2011-01-14 18:26:20 +01:00
Huw Davies 5eef3594ad wineps.drv: MM_ISOTROPIC and MM_ANISOTROPIC should also have inverted y-transforms (even if the page -> device mapping results in a negative y-scale). 2010-04-28 09:18:39 -05:00
Huw Davies 8ce10f1426 wineps.drv: Add world transform support for fonts. 2010-04-25 07:34:14 -05:00
Huw Davies 93f970ce7b wineps.drv: Calculate the font size directly from the logfont. 2010-04-22 15:10:19 +02:00
Huw Davies dea3745eb8 wineps.drv: Defer accessing the font metrics until we really need them. 2010-04-22 15:10:15 +02:00
Huw Davies d99754adc1 wineps.drv: Make the rectangle an optional parameter to get_bbox(). 2010-04-22 15:10:11 +02:00
Alexandre Julliard cc2d6f330f wineps.drv: Don't include 16-bit headers in psdrv.h. 2009-12-07 14:18:28 +01:00
Andrew Talbot 91128b901e wineps.drv: Fix some memory leaks. 2007-10-10 11:57:05 +02:00
Andrew Talbot 9ff4c29d86 wineps.drv: Exclude unused headers. 2007-05-29 12:10:13 +02:00
Huw Davies c0cb341adf wineps.drv: Try to use the PostSript name of a font. 2007-02-05 12:27:09 +01:00
Huw Davies 2844f383f1 wineps.drv: Don't try to download a non-scalable font. 2006-12-07 17:54:41 +01:00
Alexandre Julliard 57ed75bf09 wineps: Renamed the directory to wineps.drv. 2006-05-23 16:42:56 +02:00