forked from minhngoc25a/freetype2
3780273e3e
latest versions from gnu.org. * builds/compiler/gcc-dev.mk: Add `-Wno-long-long' flag. * include/freetype/internal/ftcalc.h: Define FT_SqrtFixed() uncoditionally. * src/base/ftbbox.c: Include FT_INTERNAL_CALC_H. Fix compiler warnings. * src/base/ftcalc.c: Fix (potential) compiler warnings. * src/base/ftcalc.c (FT_SqrtFixed): Corrected/optimized the 32-bit fixed-point square root computation. It is now used even with 64-bits integers, as it is _much_ faster than calling FT_Sqrt64 :-) * src/base/ftbbox.c: Removed invalid "#include FT_BEZIER_H" line. * src/base/ftbbox.c (BBox_Cubic_Check): Rewrote function to use direct computations with 16.16 values instead of sub-divisions. It is now slower, but proves a point :-) * src/raster/ftraster.c, src/smooth/ftgrays.c, src/base/ftbbox.c: Fixed the bezier stack depths. * src/base/ftcalc.c (FT_MulFix): Minor rounding fix. * builds/beos: Added BeOS-specific files to the old build system (no changes were necessary to support BeOS in the Jamfile though). * ftconfig.h, ftoption.h: Updated "ftconfig.h" to detect 64-bit int types on platforms where Autoconf is not available). Also removed FTCALC_USE_LONG_LONG and replaced it with FT_CONFIG_OPTION_FORCE_INT64. * builds/win32/freetype.dsp: Updated the Visual C++ project file. Doesn't create a DLL yet. * cffgload.c: Removed a compilation warning. |
||
---|---|---|
builds | ||
docs | ||
include | ||
objs | ||
src | ||
.cvsignore | ||
CHANGES | ||
ChangeLog | ||
INSTALL | ||
Jamfile | ||
Jamrules | ||
LICENSE.TXT | ||
Makefile | ||
README | ||
README.VMS | ||
TODO | ||
descrip.mms |
README
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