summaryrefslogtreecommitdiff
path: root/include/freetype/ftchapters.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2001-03-04 21:53:08 +0000
committerWerner Lemberg <wl@gnu.org>2001-03-04 21:53:08 +0000
commite274cfd3ef1164ebc3c3cf8614f0f0549babe762 (patch)
treeb75274c0c5a3d01d9c4cda26e9248ecc179559b2 /include/freetype/ftchapters.h
parent6d27936aa9618c0905a28d469e071d92f75f48c9 (diff)
downloadfreetype2-e274cfd3ef1164ebc3c3cf8614f0f0549babe762.tar.gz
* src/autohint/ahtypes.h (AH_Hinter): Add elements
`disable_horz_edges', `disable_vert_edges'. * src/autohint/ahhint.c (ah_hint_edges_3, ah_hinter_hint_edges): Use them (and remove static variables with the same names). * src/pcf/pcfutil.c (BitOrderInvert): Add `const'. * docs/glnames.py: Updated to latest pstables.h changes. * src/psnames/pstables.h: Add more `const'. * src/pcf/pcfutil.c: Ditto. * src/base/ftglyph.c (FT_Glyph_To_Bitmap): Fixing typo (FT_Glyph_Done -> FT_Done_Glyph). * include/freetype/ttnameid.h: Added some new Microsoft language codes and LCIDs as found in Office Xp. * builds/hurd/detect.mk: New file. Added support to detect the GNU Hurd operating system as Unix-like. Fix submitted by Anthony Fok <foka@debian.org>. * src/type1/t1gload.c (T1_Load_Glyph): Set glyph control data to the the Type 1 glyph charstring (used by conversion programs). Submitted by Ha Shao <hashao@chinese.com>. * src/base/ftgrays.c (grays_sweep): The function didn't exit immediately if `num_cells' was 0 as it should. Thanks to Boris for finding this out. * src/base/ftglyph.c (FT_Glyph_To_Bitmap): Fixed memory leak when bitmap rendering fails (thanks to Graham Asher). * docs/docmaker.py, include/freetype/*.h: Updated the DocMaker script to support chapters and section block ordering. Updated the public header files accordingly. * src/base/ftglyph.c (FT_Glyph_Copy): Advance width and glyph format were not correctly copied.
Diffstat (limited to 'include/freetype/ftchapters.h')
-rw-r--r--include/freetype/ftchapters.h91
1 files changed, 50 insertions, 41 deletions
diff --git a/include/freetype/ftchapters.h b/include/freetype/ftchapters.h
index 285f0c1d5..cb1c33d6b 100644
--- a/include/freetype/ftchapters.h
+++ b/include/freetype/ftchapters.h
@@ -1,43 +1,52 @@
-/*************************************************************************
- *
- * <Chapter> core_api
- *
- * <Title> Core API
- *
- * <Sections>
- * basic_types
- * base_interface
- * glyph_management
- * mac_specific
- * multiple_masters
- * truetype_tables
- * type1_tables
- * sfnt_names
- * module_management
- * system_interface
- */
+/***************************************************************************/
+/* */
+/* <Chapter> */
+/* core_api */
+/* */
+/* <Title> */
+/* Core API */
+/* */
+/* <Sections> */
+/* basic_types */
+/* base_interface */
+/* glyph_management */
+/* mac_specific */
+/* multiple_masters */
+/* truetype_tables */
+/* type1_tables */
+/* sfnt_names */
+/* module_management */
+/* system_interface */
+/* */
+/***************************************************************************/
-/*************************************************************************
- *
- * <Chapter> cache_subsystem
- *
- * <Title> Cache Sub-System
- *
- * <Sections>
- * cache_subsystem
- *
- */
-/*************************************************************************
- *
- * <Chapter> support_api
- *
- * <Title> Support API
- *
- * <Sections>
- * computations
- * list_processing
- * outline_processing
- * raster
- */
-
+/***************************************************************************/
+/* */
+/* <Chapter> */
+/* cache_subsystem */
+/* */
+/* <Title> */
+/* Cache Sub-System */
+/* */
+/* <Sections> */
+/* cache_subsystem */
+/* */
+/***************************************************************************/
+
+
+/***************************************************************************/
+/* */
+/* <Chapter> */
+/* support_api */
+/* */
+/* <Title> */
+/* Support API */
+/* */
+/* <Sections> */
+/* computations */
+/* list_processing */
+/* outline_processing */
+/* raster */
+/* */
+/***************************************************************************/