Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | FreeType 2.5.3 |
michael@0 | 2 | ============== |
michael@0 | 3 | |
michael@0 | 4 | Homepage: http://www.freetype.org |
michael@0 | 5 | |
michael@0 | 6 | FreeType is a freely available software library to render fonts. |
michael@0 | 7 | |
michael@0 | 8 | It is written in C, designed to be small, efficient, highly |
michael@0 | 9 | customizable, and portable while capable of producing high-quality |
michael@0 | 10 | output (glyph images) of most vector and bitmap font formats. |
michael@0 | 11 | |
michael@0 | 12 | Please read the docs/CHANGES file, it contains IMPORTANT |
michael@0 | 13 | INFORMATION. |
michael@0 | 14 | |
michael@0 | 15 | Read the files `docs/INSTALL*' for installation instructions; see |
michael@0 | 16 | the file `docs/LICENSE.TXT' for the available licenses. |
michael@0 | 17 | |
michael@0 | 18 | The FreeType 2 API reference is located in `docs/reference'; use the |
michael@0 | 19 | file `ft2-toc.html' as the top entry point. Additional |
michael@0 | 20 | documentation is available as a separate package from our sites. Go |
michael@0 | 21 | to |
michael@0 | 22 | |
michael@0 | 23 | http://download.savannah.gnu.org/releases/freetype/ |
michael@0 | 24 | |
michael@0 | 25 | and download one of the following files. |
michael@0 | 26 | |
michael@0 | 27 | freetype-doc-2.5.3.tar.bz2 |
michael@0 | 28 | freetype-doc-2.5.3.tar.gz |
michael@0 | 29 | ftdoc253.zip |
michael@0 | 30 | |
michael@0 | 31 | To view the documentation online, go to |
michael@0 | 32 | |
michael@0 | 33 | http://www.freetype.org/freetype2/documentation.html |
michael@0 | 34 | |
michael@0 | 35 | |
michael@0 | 36 | Mailing Lists |
michael@0 | 37 | ============= |
michael@0 | 38 | |
michael@0 | 39 | The preferred way of communication with the FreeType team is using |
michael@0 | 40 | e-mail lists. |
michael@0 | 41 | |
michael@0 | 42 | general use and discussion: freetype@nongnu.org |
michael@0 | 43 | engine internals, porting, etc.: freetype-devel@nongnu.org |
michael@0 | 44 | announcements: freetype-announce@nongnu.org |
michael@0 | 45 | |
michael@0 | 46 | The lists are moderated; see |
michael@0 | 47 | |
michael@0 | 48 | http://www.freetype.org/contact.html |
michael@0 | 49 | |
michael@0 | 50 | how to subscribe. |
michael@0 | 51 | |
michael@0 | 52 | |
michael@0 | 53 | Bugs |
michael@0 | 54 | ==== |
michael@0 | 55 | |
michael@0 | 56 | Please report bugs by e-mail to `freetype-devel@nongnu.org'. Don't |
michael@0 | 57 | forget to send a detailed explanation of the problem -- there is |
michael@0 | 58 | nothing worse than receiving a terse message that only says `it |
michael@0 | 59 | doesn't work'. |
michael@0 | 60 | |
michael@0 | 61 | Alternatively, you may submit a bug report at |
michael@0 | 62 | |
michael@0 | 63 | https://savannah.nongnu.org/bugs/?group=freetype |
michael@0 | 64 | |
michael@0 | 65 | |
michael@0 | 66 | Enjoy! |
michael@0 | 67 | |
michael@0 | 68 | |
michael@0 | 69 | The FreeType Team |
michael@0 | 70 | |
michael@0 | 71 | ---------------------------------------------------------------------- |
michael@0 | 72 | |
michael@0 | 73 | Copyright 2006-2014 by |
michael@0 | 74 | David Turner, Robert Wilhelm, and Werner Lemberg. |
michael@0 | 75 | |
michael@0 | 76 | This file is part of the FreeType project, and may only be used, |
michael@0 | 77 | modified, and distributed under the terms of the FreeType project |
michael@0 | 78 | license, LICENSE.TXT. By continuing to use, modify, or distribute |
michael@0 | 79 | this file you indicate that you have read the license and understand |
michael@0 | 80 | and accept it fully. |
michael@0 | 81 | |
michael@0 | 82 | |
michael@0 | 83 | --- end of README --- |