modules/freetype2/README

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/modules/freetype2/README	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,83 @@
     1.4 +  FreeType 2.5.3
     1.5 +  ==============
     1.6 +
     1.7 +  Homepage: http://www.freetype.org
     1.8 +
     1.9 +  FreeType is a freely available software library to render fonts.
    1.10 +
    1.11 +  It  is  written  in  C,  designed to  be  small,  efficient,  highly
    1.12 +  customizable, and  portable while capable of  producing high-quality
    1.13 +  output  (glyph  images) of  most  vector  and bitmap  font  formats.
    1.14 +
    1.15 +  Please   read   the  docs/CHANGES   file,   it  contains   IMPORTANT
    1.16 +  INFORMATION.
    1.17 +
    1.18 +  Read the  files `docs/INSTALL*'  for installation  instructions; see
    1.19 +  the file `docs/LICENSE.TXT' for the available licenses.
    1.20 +
    1.21 +  The FreeType 2 API reference is located in `docs/reference'; use the
    1.22 +  file   `ft2-toc.html'   as   the   top  entry   point.    Additional
    1.23 +  documentation is available as a separate package from our sites.  Go
    1.24 +  to
    1.25 +
    1.26 +    http://download.savannah.gnu.org/releases/freetype/
    1.27 +
    1.28 +  and download one of the following files.
    1.29 +
    1.30 +    freetype-doc-2.5.3.tar.bz2
    1.31 +    freetype-doc-2.5.3.tar.gz
    1.32 +    ftdoc253.zip
    1.33 +
    1.34 +  To view the documentation online, go to
    1.35 +
    1.36 +    http://www.freetype.org/freetype2/documentation.html
    1.37 +
    1.38 +
    1.39 +  Mailing Lists
    1.40 +  =============
    1.41 +
    1.42 +  The preferred way  of communication with the FreeType  team is using
    1.43 +  e-mail lists.
    1.44 +
    1.45 +    general use and discussion:      freetype@nongnu.org
    1.46 +    engine internals, porting, etc.: freetype-devel@nongnu.org
    1.47 +    announcements:                   freetype-announce@nongnu.org
    1.48 +
    1.49 +  The lists are moderated; see
    1.50 +
    1.51 +    http://www.freetype.org/contact.html
    1.52 +
    1.53 +  how to subscribe.
    1.54 +
    1.55 +
    1.56 +  Bugs
    1.57 +  ====
    1.58 +
    1.59 +  Please report bugs  by e-mail to `freetype-devel@nongnu.org'.  Don't
    1.60 +  forget to  send a  detailed explanation of  the problem --  there is
    1.61 +  nothing  worse than  receiving a  terse message  that only  says `it
    1.62 +  doesn't work'.
    1.63 +
    1.64 +  Alternatively, you may submit a bug report at
    1.65 +
    1.66 +    https://savannah.nongnu.org/bugs/?group=freetype
    1.67 +
    1.68 +
    1.69 +  Enjoy!
    1.70 +
    1.71 +
    1.72 +    The FreeType Team
    1.73 +
    1.74 +----------------------------------------------------------------------
    1.75 +
    1.76 +Copyright 2006-2014 by
    1.77 +David Turner, Robert Wilhelm, and Werner Lemberg.
    1.78 +
    1.79 +This  file is  part of  the FreeType  project, and  may only  be used,
    1.80 +modified,  and distributed  under the  terms of  the  FreeType project
    1.81 +license,  LICENSE.TXT.  By  continuing to  use, modify,  or distribute
    1.82 +this file you  indicate that you have read  the license and understand
    1.83 +and accept it fully.
    1.84 +
    1.85 +
    1.86 +--- end of README ---

mercurial