* Version 2.13.3 released.
==========================
Tag sources with `VER-2-13-3'.
* docs/VERSION.TXT: Add entry for version 2.13.3.
* docs/CHANGES: Updated.
* docs/release, docs/README, builds/macs/README: Updated.
* README, src/base/ftver.rc, builds/windows/vc2010/index.html,
builds/windows/visualc/index.html, builds/windows/visualce/index.html,
builds/wince/vc2005-ce/index.html, builds/wince/vc2008-ce/index.html,
docs/freetype-config.1: s/2.13.2/2.13.3/, s/2132/2133/.
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 3.
* builds/unix/configure.raw (version_info): Set to 26:2:20.
* CMakeLists.txt (VERSION_PATCH): Set to 3.
2024-08-11 21:30:23 +03:00
|
|
|
FreeType 2.13.3
|
2021-01-16 09:53:09 +03:00
|
|
|
===============
|
2001-03-24 03:56:26 +03:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
Homepage: https://www.freetype.org
|
2013-04-27 11:46:10 +04:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
FreeType is a freely available software library to render fonts.
|
* Version 2.4.12 released.
==========================
Tag sources with `VER-2-4-12'.
* docs/VERSION.DLL: Update documentation and bump version number to
2.4.12.
* README, Jamfile (RefDoc),
builds/win32/vc2005/freetype.vcproj, builds/win32/vc2005/index.html,
builds/win32/vc2008/freetype.vcproj, builds/win32/vc2008/index.html,
builds/win32/vc2010/freetype.vcxproj, builds/win32/vc2010/index.html,
builds/win32/visualc/freetype.dsp,
builds/win32/visualc/freetype.vcproj,
builds/win32/visualc/index.html, builds/win32/visualce/freetype.dsp,
builds/win32/visualce/freetype.vcproj,
builds/win32/visualce/index.html,
builds/wince/vc2005-ce/freetype.vcproj,
builds/wince/vc2005-ce/index.html,
builds/wince/vc2008-ce/freetype.vcproj,
builds/wince/vc2008-ce/index.html: s/2.4.11/2.4.12/, s/2411/2412/.
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 12.
* builds/unix/configure.raw (version_info): Set to 16:1:10.
2013-05-08 13:39:16 +04:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
It is written in C, designed to be small, efficient, highly
|
|
|
|
customizable, and portable while capable of producing high-quality
|
|
|
|
output (glyph images) of most vector and bitmap font formats.
|
* Version 2.4.12 released.
==========================
Tag sources with `VER-2-4-12'.
* docs/VERSION.DLL: Update documentation and bump version number to
2.4.12.
* README, Jamfile (RefDoc),
builds/win32/vc2005/freetype.vcproj, builds/win32/vc2005/index.html,
builds/win32/vc2008/freetype.vcproj, builds/win32/vc2008/index.html,
builds/win32/vc2010/freetype.vcxproj, builds/win32/vc2010/index.html,
builds/win32/visualc/freetype.dsp,
builds/win32/visualc/freetype.vcproj,
builds/win32/visualc/index.html, builds/win32/visualce/freetype.dsp,
builds/win32/visualce/freetype.vcproj,
builds/win32/visualce/index.html,
builds/wince/vc2005-ce/freetype.vcproj,
builds/wince/vc2005-ce/index.html,
builds/wince/vc2008-ce/freetype.vcproj,
builds/wince/vc2008-ce/index.html: s/2.4.11/2.4.12/, s/2411/2412/.
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 12.
* builds/unix/configure.raw (version_info): Set to 16:1:10.
2013-05-08 13:39:16 +04:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
Please read the `docs/CHANGES` file, it contains IMPORTANT
|
|
|
|
INFORMATION.
|
* README: Formatting.
* Jamfile: Fix typo.
* src/cff/cffparse.c: Move error code #defines to...
* include/freetype/internal/cfferrs.h: This file.
* src/cff/cffdrivr.c, src/cff/cffobjs.c, src/cff/cffload.c: Replaced
`FT_Err_*' with `CFF_Err_*'.
* src/cid/cidparse.c: Replaced `FT_Err_*' with `T1_Err_*'.
* src/psaux/psobjs.c, src/psaux/t1decode.c: Ditto.
* src/sfnt/sfobcs.c, src/sfnt/ttload.c: Replaced `FT_Err_*' with
`TT_Err_*'.
* src/truetype/ttgload.c, src/truetype/ttobjs.c: Ditto.
* src/type1/t1gload.c, src/type1/t1load.c, src/type1/t1objs.c,
src/type1/t1parse.c: Replaced `FT_Err_*' with `T1_Err_*'.
* include/freetype/internal/cfferrs.h: Add
`CFF_Err_Unknown_File_Format'.
* include/freetype/internal/t1errors.h: Add
`T1_Err_Unknown_File_Format'.
* include/freetype/internal/tterrors.h: Add
`TT_Err_Unknown_File_Format'.
* src/cff/cffload.h: Add `cff_*_encoding' and `cff_*_charset'
references.
* src/psaux/psobjs.c: Include `FT_INTERNAL_TYPE1_ERRORS_H'.
* src/cff/cffobjs.c (CFF_Init_Face, CFF_Done_Face): Use
FT_LOCAL_DEF.
* src/cid/cidobjs.c (CID_Done_Driver): Ditto.
* src/trutype/ttobjs.c (TT_Init_Face, TT_Done_Face, TT_Init_Size):
Ditto.
* src/type1/t1objs.c (T1_Done_Driver): Ditto.
* src/pcf/pcfdriver.c (PCF_Done_Face): Ditto.
* src/pcf/pcf.h: Use FT_LOCAL for `PCF_Done_Face'.
2001-04-03 03:54:01 +04:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
Read the files `docs/INSTALL*` for installation instructions; see the
|
|
|
|
file `docs/LICENSE.TXT` for the available licenses.
|
2011-11-05 11:39:58 +04:00
|
|
|
|
2021-02-27 13:02:53 +03:00
|
|
|
For using FreeType's git repository instead of a distribution bundle,
|
2022-05-18 08:06:58 +03:00
|
|
|
please read file `README.git`. Note that you have to actually clone
|
|
|
|
the repository; using a snapshot will not work (in other words, don't
|
|
|
|
use gitlab's 'Download' button).
|
2021-02-27 13:02:53 +03:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
The FreeType 2 API reference is located in directory `docs/reference`;
|
|
|
|
use the file `index.html` as the top entry point. [Please note that
|
|
|
|
currently the search function for locally installed documentation
|
|
|
|
doesn't work due to cross-site scripting issues.]
|
2020-05-05 21:14:14 +03:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
Additional documentation is available as a separate package from our
|
|
|
|
sites. Go to
|
2001-03-24 03:56:26 +03:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
https://download.savannah.gnu.org/releases/freetype/
|
2006-03-22 00:04:33 +03:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
and download one of the following files.
|
2006-03-22 00:04:33 +03:00
|
|
|
|
* Version 2.13.3 released.
==========================
Tag sources with `VER-2-13-3'.
* docs/VERSION.TXT: Add entry for version 2.13.3.
* docs/CHANGES: Updated.
* docs/release, docs/README, builds/macs/README: Updated.
* README, src/base/ftver.rc, builds/windows/vc2010/index.html,
builds/windows/visualc/index.html, builds/windows/visualce/index.html,
builds/wince/vc2005-ce/index.html, builds/wince/vc2008-ce/index.html,
docs/freetype-config.1: s/2.13.2/2.13.3/, s/2132/2133/.
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 3.
* builds/unix/configure.raw (version_info): Set to 26:2:20.
* CMakeLists.txt (VERSION_PATCH): Set to 3.
2024-08-11 21:30:23 +03:00
|
|
|
freetype-doc-2.13.3.tar.xz
|
|
|
|
freetype-doc-2.13.3.tar.gz
|
|
|
|
ftdoc2133.zip
|
2001-03-24 03:56:26 +03:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
To view the documentation online, go to
|
2013-04-27 11:46:10 +04:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
https://www.freetype.org/freetype2/docs/
|
2013-04-27 11:46:10 +04:00
|
|
|
|
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
Mailing Lists
|
|
|
|
-------------
|
2013-04-27 11:46:10 +04:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
The preferred way of communication with the FreeType team is using
|
|
|
|
e-mail lists.
|
2013-04-27 11:46:10 +04:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
general use and discussion: freetype@nongnu.org
|
|
|
|
engine internals, porting, etc.: freetype-devel@nongnu.org
|
|
|
|
announcements: freetype-announce@nongnu.org
|
|
|
|
git repository tracker: freetype-commit@nongnu.org
|
2013-04-27 11:46:10 +04:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
The lists are moderated; see
|
2013-04-27 11:46:10 +04:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
https://www.freetype.org/contact.html
|
2013-04-27 11:46:10 +04:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
how to subscribe.
|
2013-04-27 11:46:10 +04:00
|
|
|
|
2002-02-21 00:49:59 +03:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
Bugs
|
|
|
|
----
|
2002-02-21 00:49:59 +03:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
Please submit bug reports at
|
2006-01-28 10:30:58 +03:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
https://gitlab.freedesktop.org/freetype/freetype/-/issues
|
2002-02-21 00:49:59 +03:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
Alternatively, you might report bugs by e-mail to
|
|
|
|
`freetype-devel@nongnu.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'.
|
* Version 2.5.4 released.
=========================
Tag sources with `VER-2-5-4'.
* docs/VERSION.DLL: Update documentation and bump version number to
2.5.4.
* README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj,
builds/windows/vc2005/index.html,
builds/windows/vc2008/freetype.vcproj,
builds/windows/vc2008/index.html,
builds/windows/vc2010/freetype.vcxproj,
builds/windows/vc2010/index.html,
builds/windows/visualc/freetype.dsp,
builds/windows/visualc/freetype.vcproj,
builds/windows/visualc/index.html,
builds/windows/visualce/freetype.dsp,
builds/windows/visualce/freetype.vcproj,
builds/windows/visualce/index.html,
builds/wince/vc2005-ce/freetype.vcproj,
builds/wince/vc2005-ce/index.html,
builds/wince/vc2008-ce/freetype.vcproj,
builds/wince/vc2008-ce/index.html: s/2.5.3/2.5.4/, s/253/254/.
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 4.
* builds/unix/configure.raw (version_info): Set to 17:3:11.
* CMakeLists.txt (VERSION_PATCH): Set to 4.
* docs/CHANGES: Updated.
2014-12-06 09:11:44 +03:00
|
|
|
|
2002-02-21 00:49:59 +03:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
Patches
|
|
|
|
-------
|
2020-07-14 09:32:45 +03:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
For larger changes please provide merge requests at
|
2020-07-14 09:32:45 +03:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
https://gitlab.freedesktop.org/freetype/freetype/-/merge_requests
|
2020-07-14 09:32:45 +03:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
Alternatively, you can send patches to the `freetype-devel@nongnu.org`
|
|
|
|
mailing list -- and thank you in advance for your work on improving
|
|
|
|
FreeType!
|
2020-07-14 09:32:45 +03:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
Details on the process can be found here:
|
2020-07-14 09:32:45 +03:00
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
https://www.freetype.org/developer.html#patches
|
2001-03-24 03:56:26 +03:00
|
|
|
|
|
|
|
|
2021-01-16 09:53:09 +03:00
|
|
|
Enjoy!
|
|
|
|
|
|
|
|
The FreeType Team
|
2005-06-05 03:04:30 +04:00
|
|
|
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
|
2024-01-27 19:11:22 +03:00
|
|
|
Copyright (C) 2006-2024 by
|
2005-06-05 03:04:30 +04:00
|
|
|
David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
|
|
|
2006-01-28 10:30:58 +03:00
|
|
|
This file is part of the FreeType project, and may only be used,
|
|
|
|
modified, and distributed under the terms of the FreeType project
|
2005-06-05 03:04:30 +04:00
|
|
|
license, LICENSE.TXT. By continuing to use, modify, or distribute
|
|
|
|
this file you indicate that you have read the license and understand
|
|
|
|
and accept it fully.
|
|
|
|
|
|
|
|
|
|
|
|
--- end of README ---
|