Home | History | Annotate | Download | only in freetype
      1 /***************************************************************************/
      2 /*                                                                         */
      3 /* This file defines the structure of the FreeType reference.              */
      4 /* It is used by the python script that 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 /*    header_inclusion                                                     */
     19 /*    user_allocation                                                      */
     20 /*                                                                         */
     21 /***************************************************************************/
     22 
     23 
     24 /***************************************************************************/
     25 /*                                                                         */
     26 /* <Chapter>                                                               */
     27 /*    core_api                                                             */
     28 /*                                                                         */
     29 /* <Title>                                                                 */
     30 /*    Core API                                                             */
     31 /*                                                                         */
     32 /* <Sections>                                                              */
     33 /*    version                                                              */
     34 /*    basic_types                                                          */
     35 /*    base_interface                                                       */
     36 /*    glyph_variants                                                       */
     37 /*    glyph_management                                                     */
     38 /*    mac_specific                                                         */
     39 /*    sizes_management                                                     */
     40 /*    header_file_macros                                                   */
     41 /*                                                                         */
     42 /***************************************************************************/
     43 
     44 
     45 /***************************************************************************/
     46 /*                                                                         */
     47 /* <Chapter>                                                               */
     48 /*    format_specific                                                      */
     49 /*                                                                         */
     50 /* <Title>                                                                 */
     51 /*    Format-Specific API                                                  */
     52 /*                                                                         */
     53 /* <Sections>                                                              */
     54 /*    multiple_masters                                                     */
     55 /*    truetype_tables                                                      */
     56 /*    type1_tables                                                         */
     57 /*    sfnt_names                                                           */
     58 /*    bdf_fonts                                                            */
     59 /*    cid_fonts                                                            */
     60 /*    pfr_fonts                                                            */
     61 /*    winfnt_fonts                                                         */
     62 /*    font_formats                                                         */
     63 /*    gasp_table                                                           */
     64 /*                                                                         */
     65 /***************************************************************************/
     66 
     67 
     68 /***************************************************************************/
     69 /*                                                                         */
     70 /* <Chapter>                                                               */
     71 /*    module_specific                                                      */
     72 /*                                                                         */
     73 /* <Title>                                                                 */
     74 /*    Controlling FreeType Modules                                         */
     75 /*                                                                         */
     76 /* <Sections>                                                              */
     77 /*    auto_hinter                                                          */
     78 /*    cff_driver                                                           */
     79 /*    t1_cid_driver                                                        */
     80 /*    tt_driver                                                            */
     81 /*    pcf_driver                                                           */
     82 /*    properties                                                           */
     83 /*    parameter_tags                                                       */
     84 /*                                                                         */
     85 /***************************************************************************/
     86 
     87 
     88 /***************************************************************************/
     89 /*                                                                         */
     90 /* <Chapter>                                                               */
     91 /*    cache_subsystem                                                      */
     92 /*                                                                         */
     93 /* <Title>                                                                 */
     94 /*    Cache Sub-System                                                     */
     95 /*                                                                         */
     96 /* <Sections>                                                              */
     97 /*    cache_subsystem                                                      */
     98 /*                                                                         */
     99 /***************************************************************************/
    100 
    101 
    102 /***************************************************************************/
    103 /*                                                                         */
    104 /* <Chapter>                                                               */
    105 /*    support_api                                                          */
    106 /*                                                                         */
    107 /* <Title>                                                                 */
    108 /*    Support API                                                          */
    109 /*                                                                         */
    110 /* <Sections>                                                              */
    111 /*    computations                                                         */
    112 /*    list_processing                                                      */
    113 /*    outline_processing                                                   */
    114 /*    quick_advance                                                        */
    115 /*    bitmap_handling                                                      */
    116 /*    raster                                                               */
    117 /*    glyph_stroker                                                        */
    118 /*    system_interface                                                     */
    119 /*    module_management                                                    */
    120 /*    gzip                                                                 */
    121 /*    lzw                                                                  */
    122 /*    bzip2                                                                */
    123 /*    lcd_filtering                                                        */
    124 /*                                                                         */
    125 /***************************************************************************/
    126 
    127 /***************************************************************************/
    128 /*                                                                         */
    129 /* <Chapter>                                                               */
    130 /*    error_codes                                                          */
    131 /*                                                                         */
    132 /* <Title>                                                                 */
    133 /*    Error Codes                                                          */
    134 /*                                                                         */
    135 /* <Sections>                                                              */
    136 /*    error_enumerations                                                   */
    137 /*    error_code_values                                                    */
    138 /*                                                                         */
    139 /***************************************************************************/
    140