source: OGRE/trunk/ogrenew/Dependencies/include/freetype/ftchapters.h @ 657

Revision 657, 6.8 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1/***************************************************************************/
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/*    basic_types                                                          */
33/*    base_interface                                                       */
34/*    glyph_management                                                     */
35/*    mac_specific                                                         */
36/*    sizes_management                                                     */
37/*    header_file_macros                                                   */
38/*                                                                         */
39/***************************************************************************/
40
41
42/***************************************************************************/
43/*                                                                         */
44/* <Chapter>                                                               */
45/*    format_specific                                                      */
46/*                                                                         */
47/* <Title>                                                                 */
48/*    Format-Specific API                                                  */
49/*                                                                         */
50/* <Sections>                                                              */
51/*    multiple_masters                                                     */
52/*    truetype_tables                                                      */
53/*    type1_tables                                                         */
54/*    sfnt_names                                                           */
55/*    bdf_fonts                                                            */
56/*    pfr_fonts                                                            */
57/*    winfnt_fonts                                                         */
58/*    ot_validation                                                        */
59/*    gx_validation                                                        */
60/*                                                                         */
61/***************************************************************************/
62
63
64/***************************************************************************/
65/*                                                                         */
66/* <Chapter>                                                               */
67/*    cache_subsystem                                                      */
68/*                                                                         */
69/* <Title>                                                                 */
70/*    Cache Sub-System                                                     */
71/*                                                                         */
72/* <Sections>                                                              */
73/*    cache_subsystem                                                      */
74/*                                                                         */
75/***************************************************************************/
76
77
78/***************************************************************************/
79/*                                                                         */
80/* <Chapter>                                                               */
81/*    support_api                                                          */
82/*                                                                         */
83/* <Title>                                                                 */
84/*    Support API                                                          */
85/*                                                                         */
86/* <Sections>                                                              */
87/*    computations                                                         */
88/*    list_processing                                                      */
89/*    outline_processing                                                   */
90/*    bitmap_handling                                                      */
91/*    raster                                                               */
92/*    glyph_stroker                                                        */
93/*    system_interface                                                     */
94/*    module_management                                                    */
95/*    gzip                                                                 */
96/*    lzw                                                                  */
97/*                                                                         */
98/***************************************************************************/
Note: See TracBrowser for help on using the repository browser.