Al-Qurtas-Islamic-bank-The-.../src/truetype
Werner Lemberg e35cac66c6 A complete revision of FreeType 2's GNU makefiles (of the library):
Tons of unnecessary stuff have been removed; only the essential rules
  have been retained.

  The source files now depend on all header files in include/freetype,
  include/freetype/config, and include/freetype/internal.  This is not
  optimal, I know, and I'll try to improve this, but it is better than
  before (namely no dependencies on `internal').

  FTDEBUG_SRC has been added (similar to FTSYS_SRC) -- I don't know
  exactly whether this is really useful, but it doesn't harm.

  There is now more documentation in the makefiles itself.

io-frames.html: Use of <th>, <code>, and <var> for better tagging.

Reactivating of FT_DEBUG_LEVEL_xxx macros.

Added a lot of #include directives to make `multi' builds possible -- note
that currently the modules cid, t1, and t1z have clashing structures and
functions which means that you can only use one of these three modules for a
multi build.

Added some missing function declarations to (local) header files.

Renamed some T1_Open_Face() to CID_Open_Face() in the cid module -- a lot
of other functions should be renamed also...

Replaced many FT_xxx stuff with T1_xxx in t1z driver -- this isn't finished
yet...

Fixed FT_Free() to allow a NULL pointer without an assertion (this has
always been a valid assumption in FreeType, at least in FT 1.x).

A lot of other, minor fixes (mostly documentation).
2000-06-11 03:46:57 +00:00
..
module.mk A first check of FT2's Make system. Many smaller and larger bugs have been 2000-03-05 01:14:19 +00:00
rules.mk A complete revision of FreeType 2's GNU makefiles (of the library): 2000-06-11 03:46:57 +00:00
truetype.c A major refresh of the TrueType driver : 2000-02-02 12:16:19 +00:00
ttdriver.c moved a lot of things from the TrueType driver to the SFNT 2000-05-26 22:13:17 +00:00
ttdriver.h Moved all *errors.h header files to include/freetype/internal for 2000-06-07 04:48:12 +00:00
ttgload.c Fine-tuned a lot of tracing levels to make them more functional with ftview. 2000-06-06 20:41:48 +00:00
ttgload.h formatting - removed trailing spaces 2000-05-16 23:44:38 +00:00
ttinterp.c Moved all *errors.h header files to include/freetype/internal for 2000-06-07 04:48:12 +00:00
ttinterp.h EXPORT_DEF renamed to FT_EXPORT_DEF + 2000-05-24 00:31:14 +00:00
ttobjs.c Moved all *errors.h header files to include/freetype/internal for 2000-06-07 04:48:12 +00:00
ttobjs.h Moved all *errors.h header files to include/freetype/internal for 2000-06-07 04:48:12 +00:00
ttpload.c Moved all *errors.h header files to include/freetype/internal for 2000-06-07 04:48:12 +00:00
ttpload.h major re-organisation of the FreeType 2 directory hierarchy 2000-05-11 18:23:52 +00:00