Go to file
Werner Lemberg f9fccbee8b * src/raster/ftmisc.h: New file. Only needed if ftraster.c is
compiled as stand-alone.

* src/raster/ftraster.c: Add comment how to compile as stand-alone.
s/FT_CONFIG_OPTION_STATIC_RASTER/FT_STATIC_RASTER/.
s/TT_STATIC_RASTER/FT_STATIC_RASTER/.
[_STANDALONE_]: Include ftimage.h and ftmisc.h.
(FT_TRACE1, FT_TRACE6, ft_memset, FT_MEM_ZERO): Define
conditionally.
(Render_Glyph, Render_Gray_Glyph): Return Raster_Err_None (or
Raster_Err_Unsupported).
(ft_black_new) [_STANDALONE_]: Fix type of `the_raster'.
(ft_black_init, ft_black_reset, ft_black_set_mode, ft_black_render):
Use `ras', not `raster'.
(ft_black_done): Use FT_UNUSED_RASTER.
(Horizontal_Sweep_Init, Horizontal_Sweep_Step,
Horizontal_Gray_Sweep_Span): Use FT_UNUSED_RASTER.


* docs/CHANGES: Updated.
2005-05-19 07:20:24 +00:00
builds * builds/win32/visualc/freetype.vcproj: Updated. 2005-05-17 20:35:23 +00:00
devel * include/freetype/config/ftoption.h: commenting the definition of 2005-04-03 22:09:41 +00:00
docs * src/raster/ftmisc.h: New file. Only needed if ftraster.c is 2005-05-19 07:20:24 +00:00
include * builds/win32/visualc/freetype.vcproj: Updated. 2005-05-17 20:35:23 +00:00
objs updated 2003-06-18 07:06:54 +00:00
src * src/raster/ftmisc.h: New file. Only needed if ftraster.c is 2005-05-19 07:20:24 +00:00
.cvsignore Formatting. 2000-10-31 19:42:53 +00:00
ChangeLog * src/raster/ftmisc.h: New file. Only needed if ftraster.c is 2005-05-19 07:20:24 +00:00
Jamfile * Jamfile: removing otvalid from the list of compiled modules 2005-05-01 10:11:32 +00:00
Jamrules * doc/INSTALL.UNX: Cleaned up. 2003-04-21 13:30:27 +00:00
Makefile * Makefile, configure, */*.mk, builds/unix/unix-def.in, 2002-06-14 08:09:25 +00:00
README * src/base/ftstream.c (FT_Stream_Close): Don't reset stream->close 2004-08-11 05:25:37 +00:00
README.CVS * autogen.sh: New script for bootstrapping. 2005-03-05 17:05:35 +00:00
autogen.sh * docs/TODO: Updated. 2005-04-13 18:12:36 +00:00
configure * configure: Output more variables to the created Makefile so that 2005-02-13 05:46:50 +00:00
vms_make.com * vms_make.com: Add ftbitmap.obj. 2004-12-15 06:37:03 +00:00

README

  Special notes to Unix users
  ===========================

  Please  read  the file  "docs/UPGRADE.UNX".   It contains  important
  information regarding the installation  of FreeType on Unix systems,
  especially GNU based operating systems like GNU/Linux.

  FreeType 2's  library is called `libfreetype',  FreeType 1's library
  is called `libttf'.  They are *not* compatible!


  FreeType 2.1.10
  ===============

  Please read the docs/CHANGES file, it contains IMPORTANT INFORMATION.

  Read the files "docs/INSTALL" for installation instructions.

  Note  that  the FreeType  2  documentation  is  now available  as  a
  separate package from our sites.  See:

    ftp://ftp.freetype.org/freetype/freetype2/ftdocs-2.1.10.tar.bz2
    ftp://ftp.freetype.org/freetype/freetype2/ftdocs-2.1.10.tar.gz
    ftp://ftp.freetype.org/freetype/freetype2/ftdoc2110.zip


  Bugs
  ====

  Please report bugs by  e-mail to `devel@freetype.org'.  Don't forget
  to send  a detailed explanation of  the problem --  there is nothing
  worse  than receiving  a terse  message that  only says  "it doesn't
  work".


  Enjoy!


    The FreeType Team