mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-01-22 07:50:22 +01:00
read-only mirror of https://gitlab.freedesktop.org/freetype/freetype
src/base/Jamfile, src/base/rules.mk: adding trigonometric functions
to the core API (using Cordic algorithms).
* builds/top_level.mk, builds/newline, builds/detect.mk: fixed problems
with Make on Windows 2000, as well as problems when "make distclean" is
invoked on a non-Unix platform when there is no "config.mk" in the
current directory..
* builds/freetype.mk: fixed a problem with object deletions under
Dos/Windows/OS/2 systems
* src/tools: added new directory to hold tools and test programs
moved docmaker.py, glnames.py to it..
* src/tools/docmaker.py: improved the script to add the current date
at the footer of each web page (useful to distinguish between versions)
* Jamfile: fixed incorrect HDRMACRO argument.
* TODO: removed the cubic arc bbox computation note, since it has been
fixed recently..
* include/freetype/t1tables.h, include/freetype/config/ftoption.h:
formatting
|
||
|---|---|---|
| builds | ||
| docs | ||
| include | ||
| objs | ||
| src | ||
| .cvsignore | ||
| ChangeLog | ||
| CHANGES | ||
| descrip.mms | ||
| INSTALL | ||
| Jamfile | ||
| Jamrules | ||
| LICENSE.TXT | ||
| Makefile | ||
| README | ||
| README.VMS | ||
| TODO | ||
FreeType 2.0.2
==============
Please read the CHANGES file, it contains IMPORTANT INFORMATION.
Read the files "INSTALL" or "docs/BUILD" for installation instructions.
Note that the FreeType 2 documentation is now available as a separate
package from our sites. See:
ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.2.tar.bz2
ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.2.tar.gz
ftp://ftp.freetype.org/pub/freetype2/ftdoc202.zip
Enjoy!
The FreeType Team