freetype/src
David Turner 956884724d * docs/*: serious rewriting of the documentation
* include/freetype/internal/ftobjs.h, src/base/ftobjs.c, src/bdf/bdfdrivr.c,
    src/pcf/pcfdriver.c, src/pfr/pfrsbit.c, src/sfnt/ttsbit.c,
    src/type42/t42objs.c, src/winfonts/winfnt.c: introduced three new functions
    to deal with glyph bitmaps within FT_GlyphSlot objects. these are:

      ft_glyphslot_free_bitmap
      ft_glyphslot_alloc_bitmap
      ft_glyphslot_set_bitmap

    these are much more convenient to use than managing the FT_GLYPH_OWN_BITMAP
    flag manually. the font drivers have been modified to use them as well.

    * src/cache/ftlru.c: fixed an invalid assertion check
2003-03-20 07:04:40 +00:00
..
autohint * src/autohint/ahhint.c: disabled the advance width "correction" which 2003-02-18 22:36:04 +00:00
base * docs/*: serious rewriting of the documentation 2003-03-20 07:04:40 +00:00
bdf * docs/*: serious rewriting of the documentation 2003-03-20 07:04:40 +00:00
cache * docs/*: serious rewriting of the documentation 2003-03-20 07:04:40 +00:00
cff The incremental interface now passes the old metrics when asking for 2003-02-13 17:49:27 +00:00
cid The incremental interface now passes the old metrics when asking for 2003-02-13 17:49:27 +00:00
gzip * src/gzip/ftgzip.c (ft_gzip_file_done): fixed memory leak, the ZLib 2003-02-28 08:32:46 +00:00
otlayout update of the script codes, according to the TAGS.txt file as distributed on Microsoft site. 2002-12-03 00:37:10 +00:00
pcf * docs/*: serious rewriting of the documentation 2003-03-20 07:04:40 +00:00
pfr * docs/*: serious rewriting of the documentation 2003-03-20 07:04:40 +00:00
psaux * src/base/ftdbgmem.c, docs/DEBUG.TXT: added new environment variables 2003-03-13 21:07:51 +00:00
pshinter various improvements for 2.1.4. see ChangeLog, I've got problems with 2003-01-30 23:24:18 +00:00
psnames 2002-11-05 David Turner <david@freetype.org> 2002-11-06 22:32:54 +00:00
raster 2002-11-05 David Turner <david@freetype.org> 2002-11-06 22:32:54 +00:00
sfnt * docs/*: serious rewriting of the documentation 2003-03-20 07:04:40 +00:00
smooth * src/base/ftdbgmem.c, docs/DEBUG.TXT: added new environment variables 2003-03-13 21:07:51 +00:00
tools * src/pfr/pfrsbit.h, src/pfr/pfrsbit.c, src/pfr/pfrload.c, 2002-10-05 14:57:03 +00:00
truetype * src/truetyoe/ttdriver.c (Set_Char_Sizes): fixed a small rounding bug. 2003-03-15 13:29:49 +00:00
type1 The incremental interface now passes the old metrics when asking for 2003-02-13 17:49:27 +00:00
type42 * docs/*: serious rewriting of the documentation 2003-03-20 07:04:40 +00:00
winfonts * docs/*: serious rewriting of the documentation 2003-03-20 07:04:40 +00:00
Jamfile 2002-11-05 David Turner <david@freetype.org> 2002-11-06 22:32:54 +00:00