kc3-lang/freetype/docs/formats.txt

Branch :


Log

Author Commit Date CI Message
65f85237 2023-01-17 09:18:25 Update all copyright notices.
d0cfb4e1 2022-01-11 10:54:10 Update all copyright notices.
81912a13 2021-11-21 18:31:53 formats.txt: Add info about WOFF and WOFF2.
b6e8a712 2021-01-17 07:18:48 Update all copyright notices.
e5038be7 2020-01-19 17:05:19 Update all copyright notices.
75859970 2019-02-23 10:07:09 Update all copyright notices.
f686ad46 2019-01-22 20:31:44 Update copyright years.
afa043de 2018-12-25 22:44:05 Fix links (mostly http -> https).
0a0c2256 2018-01-02 09:33:57 Update copyright year.
8470cee8 2017-12-30 20:50:50 Updated `CHANGES' file.
87ddad20 2017-12-04 20:43:30 Update or fix links to use the https protocol instead of http.
538d571a 2017-05-13 06:28:08 formats.txt: Properly document PFB.
563ae780 2017-01-04 20:16:34 Update copyright year.
48fd5bb2 2016-12-27 10:20:23 Documentation updates. * docs/CHANGES: Add missing information. * docs/formats.txt: Rewritten and updated.
83702957 2016-10-13 22:52:40 URL updates.
9adeab64 2016-01-13 11:54:10 Update copyright year.
cc3986d5 2015-02-21 11:29:46 Minor.
f57fc59e 2015-01-17 20:41:43 Run `src/tools/update-copyright'.
4cd5fd46 2013-01-24 13:33:06 Remove trailing whitespace.
ed913c21 2010-12-31 16:59:33 Add bzip2 compression support to handle *.pcf.bz2 files. * builds/unix/configure.raw: Test for libbz2 library. * devel/ftoption.h, include/freetype/config/ftoption.h (FT_CONFIG_OPTION_USE_BZIP2): Define. * include/freetype/config/ftheader.h (FT_BZIP2_H): Define. * include/freetype/ftbzip2.h: New file. * src/bzip2/*: New files. * src/pcf/pcf.h: s/gzip_/comp_/. * src/pcf/pcfdrvr.c: Include FT_BZIP2_H. s/gzip_/comp_/. (PCF_Face_Init): Handle bzip2 compressed files. * docs/formats.txt, modules.cfg: Updated.
4c669244 2010-05-11 07:24:28 * docs/formats.txt: Give pointer to PCF documentation. Information provided by Alan Coopersmith <alan.coopersmith@oracle.com>.
daae9025 2010-03-04 10:43:31 Formatting.
fc6d12a1 2009-01-11 10:55:45 * docs/formats.txt: Add link to PCF specification.
22e970a2 2008-09-20 12:20:21 Formatting, minor code fixes.
a723526a 2005-08-30 00:22:46 * include/freetype/freetype.h, include/freetype/ftchapters.h: Add a preliminary section with some explanations about user allocation. * src/tools/docmaker/tohtml.py (HtmlFormatter.section_enter): Don't abort if there are no data types, functions, etc., in a section. Print synopsis only if we have a data type, function, etc. * docs/INSTALL.ANY, docs/INSTALL, docs/INSTALL.UNX, docs/CUSTOMIZE, docs/INSTALL.GNU, docs/TRUETYPE, docs/DEBUG, docs/UPGRADE.UNX, docs/VERSION.DLL, docs/formats.txt: Revised, formatted.
56c368c4 2005-06-04 23:00:25 * Add copyright notices to all files which don't have one. * docs/license.txt: Renamed to... * docs/LICENSE.TXT: This. * docs/FTL.txt: Renamed to... * docs/FTL.TXT: This. * docs/GPL.txt: Renamed to... * docs/GPL.TXT: This. * docs/PATENTS: Slightly reworded. Suggested by Sylvain Beucler <beuc@gnu.org>.
b01676b2 2005-04-18 07:13:07 * src/cff/cffobjs.c (cff_face_init): Set default upem value in top font dict also. Handle font matrix settings in subfonts. * src/cff/cffgload.c (cff_slot_load): Use the correct font matrix for CID-keyed fonts with subfonts. * docs/formats.txt: Updated.
4cc5df80 2004-04-30 09:57:49 * docs/formats.txt: Add more information on PFR format.
eab92f1c 2004-04-29 05:59:49 * docs/formats.txt: New file. * docs/CHANGES: Updated.