Added some stubs.
[wine] / dlls / wineps / font.c
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-08-17  Alexandre JulliardCreate GDI stock objects as normal objects instead...
2001-08-16  Alexandre JulliardSpecify sizes for stock fonts again; removed the FixSto...
2001-08-11  Ian PilcherMake EnumFonts and SelectObject use common font scaling.
2001-08-10  Ian PilcherRemoved ANSI encoding stuff.
2001-08-09  Ian PilcherRemove previously disabled code.
2001-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-24  Ian PilcherModify init code to handle const data types.
2001-07-23  Ian PilcherUse Windows metrics for font scaling.
2001-07-22  Alexandre JulliardRemoved some direct accesses to GDI internal pen/brush...
2001-07-19  Ian PilcherRead/calculate average character width for all fonts.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-04-02  Ian PilcherVarious registry-related PostScript driver enhancements.
2001-03-16  Huw D M DaviesMoved GetTextMetrics to unicode.
2001-02-14  Huw D M DaviesChange FONTOBJ to use LOGFONTW rather than LOGFONT16.
2001-02-12  Huw D M DaviesMap 'Courier New' to 'Courier'.
2001-01-24  Eric KohlPartial implementation of world transform support.
2000-12-29  Ian PilcherUse a case-insensitive comparison to match PostScript...
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.