Removed some more trailing whitespace.
[wine] / dlls / wineps / afm.c
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-08-15  Ian PilcherEliminate glyph bounding boxes & other unused font...
2001-08-08  Ian PilcherRewrite and separate AFM parsing code (no more [afmfiles]).
2001-07-26  Ian PilcherRewrite TrueType font metric parsing code.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-24  Ian PilcherModify init code to handle const data types.
2001-07-23  Ian PilcherOnly index glyph names when necessary.
2001-07-22  Ian PilcherEliminate UNICODEVECTOR data type.
2001-07-22  Ian PilcherRemove redundant data structure from font metrics.
2001-07-19  Ian PilcherRead/calculate average character width for all fonts.
2001-07-02  Dmitry TimoshkovReplace PROFILE_* functions by Reg*.
2001-06-11  Patrik StridvallFixed some issues found by winapi_check.
2001-05-31  Ian PilcherFixed font metric rounding error.
2001-05-29  Ian PilcherBuild AFM data for core PostScript fonts into WINEPS.
2001-05-16  Ian PilcherRead metrics from TrueType fonts.
2001-05-16  Ian PilcherGuesstimate Windows font metrics for Type 1 fonts.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-11  Ian PilcherEliminate __compar_fn_t.
2001-05-09  Ian PilcherUnicode encodings for PostScript fonts.
2001-05-03  Ian PilcherMisc. error checking in PostScript driver.
2001-04-20  Ian PilcherStore each glyph name only once in PostScript driver.
2001-03-13  Ian PilcherDon't load AFM files from predefined directories; use...
2001-03-01  Ian PilcherSquash another AFM character metrics parsing bug.
2001-02-28  Ian PilcherFix bug in AFM character width parsing.
2001-02-15  Morten Welinder(PSDRV_AFMGetCharMetrics): Use unsigned chars (since...
2001-02-13  Peter H. Ganten- only parse AFM-files, which start with "BeginFontMetrics"
2001-02-12  Marcus MeissnerFixed a NULL ptr problem.
2001-01-02  Marcus MeissnerAdded one safety check to AFM parsing.
2000-11-07  Dmitry TimoshkovNew path for AFM documentation on the net.
2000-08-03  Alexandre JulliardChanged the AFM metrics structure to use an array inste...
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.