blob: c55670d1d23149bf72c301024830b0f52a6fa0af [file] [log] [blame]
The Android Open Source Project049d6fe2009-03-03 19:29:31 -08001/***************************************************************************/
2/* */
3/* This file defines the structure of the FreeType reference. */
4/* It is used by the python script which generates the HTML files. */
5/* */
6/***************************************************************************/
7
8
9/***************************************************************************/
10/* */
11/* <Chapter> */
12/* general_remarks */
13/* */
14/* <Title> */
15/* General Remarks */
16/* */
17/* <Sections> */
18/* user_allocation */
19/* */
20/***************************************************************************/
21
22
23/***************************************************************************/
24/* */
25/* <Chapter> */
26/* core_api */
27/* */
28/* <Title> */
29/* Core API */
30/* */
31/* <Sections> */
32/* version */
33/* basic_types */
34/* base_interface */
35/* glyph_variants */
36/* glyph_management */
37/* mac_specific */
38/* sizes_management */
39/* header_file_macros */
40/* */
41/***************************************************************************/
42
43
44/***************************************************************************/
45/* */
46/* <Chapter> */
47/* format_specific */
48/* */
49/* <Title> */
50/* Format-Specific API */
51/* */
52/* <Sections> */
53/* multiple_masters */
54/* truetype_tables */
55/* type1_tables */
56/* sfnt_names */
57/* bdf_fonts */
58/* cid_fonts */
59/* pfr_fonts */
60/* winfnt_fonts */
61/* font_formats */
62/* gasp_table */
63/* */
64/***************************************************************************/
65
66
67/***************************************************************************/
68/* */
69/* <Chapter> */
Xianzhu Wanga2b99552013-12-16 15:51:29 -080070/* module_specific */
71/* */
72/* <Title> */
73/* Controlling FreeType Modules */
74/* */
75/* <Sections> */
76/* auto_hinter */
77/* cff_driver */
78/* tt_driver */
79/* */
80/***************************************************************************/
81
82
83/***************************************************************************/
84/* */
85/* <Chapter> */
The Android Open Source Project049d6fe2009-03-03 19:29:31 -080086/* cache_subsystem */
87/* */
88/* <Title> */
89/* Cache Sub-System */
90/* */
91/* <Sections> */
92/* cache_subsystem */
93/* */
94/***************************************************************************/
95
96
97/***************************************************************************/
98/* */
99/* <Chapter> */
100/* support_api */
101/* */
102/* <Title> */
103/* Support API */
104/* */
105/* <Sections> */
106/* computations */
107/* list_processing */
108/* outline_processing */
The Android Open Source Project0a9d06e2009-03-18 22:20:25 -0700109/* quick_advance */
The Android Open Source Project049d6fe2009-03-03 19:29:31 -0800110/* bitmap_handling */
111/* raster */
112/* glyph_stroker */
113/* system_interface */
114/* module_management */
115/* gzip */
116/* lzw */
David 'Digit' Turnerc3ee10b2011-08-17 18:21:28 +0200117/* bzip2 */
The Android Open Source Project049d6fe2009-03-03 19:29:31 -0800118/* lcd_filtering */
119/* */
120/***************************************************************************/