fonts: Use the EBLC table to retrieve the ascent of the bitmap font.
[wine] / dlls / gdi / gdiobj.c
2006-01-30  Dmitry Timoshkovgdi: Add support for creating extended pens.
2005-10-26  Dmitry TimoshkovAdd a test for GetCurrentObject, make it pass under...
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-06-14  Alexandre JulliardRemoved the Tweak.Fonts configuration hack.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-05-27  Dimi PaunMove remaining GDI objects to the large heap.
2005-05-25  Dimi PaunTurn a GDI object into a system object via an explicit...
2005-05-20  David HemmoGDI_ReleaseObj was not called with the right parameter.
2005-05-18  Dimi PaunRemove the LOCAL_*() functions from GDI.
2005-05-17  Dimi PaunUse standard TRACE macro.
2005-05-14  Dimi PaunMake LOCAL_*() just wrappers around Local*16() functions.
2005-04-20  Richard CohenDither solid colours on monochrome bitmaps.
2005-03-25  Alexandre JulliardExplicitly store the stack of saved DCs in the DC struc...
2005-03-10  Alexandre JulliardAllocate fonts and regions from the large heap too.
2005-01-05  Vitaly LipatovSpelling fixes.
2004-11-23  Jon GriffithsSet the miter limit in the DC state.
2004-09-24  Jon GriffithsUse a (seemingly xp default) width of 7 for system...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-25  Huw DaviesMake the DEFAULT_GUI_FONT scalable with screen resoluti...
2004-07-21  Alexandre JulliardMoved all files from the objects/ directory to dlls...