vrshoot

diff libs/ft2static/freetype/ftchapters.h @ 0:b2f14e535253

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 01 Feb 2014 19:58:19 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libs/ft2static/freetype/ftchapters.h	Sat Feb 01 19:58:19 2014 +0200
     1.3 @@ -0,0 +1,103 @@
     1.4 +/***************************************************************************/
     1.5 +/*                                                                         */
     1.6 +/* This file defines the structure of the FreeType reference.              */
     1.7 +/* It is used by the python script which generates the HTML files.         */
     1.8 +/*                                                                         */
     1.9 +/***************************************************************************/
    1.10 +
    1.11 +
    1.12 +/***************************************************************************/
    1.13 +/*                                                                         */
    1.14 +/* <Chapter>                                                               */
    1.15 +/*    general_remarks                                                      */
    1.16 +/*                                                                         */
    1.17 +/* <Title>                                                                 */
    1.18 +/*    General Remarks                                                      */
    1.19 +/*                                                                         */
    1.20 +/* <Sections>                                                              */
    1.21 +/*    user_allocation                                                      */
    1.22 +/*                                                                         */
    1.23 +/***************************************************************************/
    1.24 +
    1.25 +
    1.26 +/***************************************************************************/
    1.27 +/*                                                                         */
    1.28 +/* <Chapter>                                                               */
    1.29 +/*    core_api                                                             */
    1.30 +/*                                                                         */
    1.31 +/* <Title>                                                                 */
    1.32 +/*    Core API                                                             */
    1.33 +/*                                                                         */
    1.34 +/* <Sections>                                                              */
    1.35 +/*    version                                                              */
    1.36 +/*    basic_types                                                          */
    1.37 +/*    base_interface                                                       */
    1.38 +/*    glyph_variants                                                       */
    1.39 +/*    glyph_management                                                     */
    1.40 +/*    mac_specific                                                         */
    1.41 +/*    sizes_management                                                     */
    1.42 +/*    header_file_macros                                                   */
    1.43 +/*                                                                         */
    1.44 +/***************************************************************************/
    1.45 +
    1.46 +
    1.47 +/***************************************************************************/
    1.48 +/*                                                                         */
    1.49 +/* <Chapter>                                                               */
    1.50 +/*    format_specific                                                      */
    1.51 +/*                                                                         */
    1.52 +/* <Title>                                                                 */
    1.53 +/*    Format-Specific API                                                  */
    1.54 +/*                                                                         */
    1.55 +/* <Sections>                                                              */
    1.56 +/*    multiple_masters                                                     */
    1.57 +/*    truetype_tables                                                      */
    1.58 +/*    type1_tables                                                         */
    1.59 +/*    sfnt_names                                                           */
    1.60 +/*    bdf_fonts                                                            */
    1.61 +/*    cid_fonts                                                            */
    1.62 +/*    pfr_fonts                                                            */
    1.63 +/*    winfnt_fonts                                                         */
    1.64 +/*    font_formats                                                         */
    1.65 +/*    gasp_table                                                           */
    1.66 +/*                                                                         */
    1.67 +/***************************************************************************/
    1.68 +
    1.69 +
    1.70 +/***************************************************************************/
    1.71 +/*                                                                         */
    1.72 +/* <Chapter>                                                               */
    1.73 +/*    cache_subsystem                                                      */
    1.74 +/*                                                                         */
    1.75 +/* <Title>                                                                 */
    1.76 +/*    Cache Sub-System                                                     */
    1.77 +/*                                                                         */
    1.78 +/* <Sections>                                                              */
    1.79 +/*    cache_subsystem                                                      */
    1.80 +/*                                                                         */
    1.81 +/***************************************************************************/
    1.82 +
    1.83 +
    1.84 +/***************************************************************************/
    1.85 +/*                                                                         */
    1.86 +/* <Chapter>                                                               */
    1.87 +/*    support_api                                                          */
    1.88 +/*                                                                         */
    1.89 +/* <Title>                                                                 */
    1.90 +/*    Support API                                                          */
    1.91 +/*                                                                         */
    1.92 +/* <Sections>                                                              */
    1.93 +/*    computations                                                         */
    1.94 +/*    list_processing                                                      */
    1.95 +/*    outline_processing                                                   */
    1.96 +/*    quick_advance                                                        */
    1.97 +/*    bitmap_handling                                                      */
    1.98 +/*    raster                                                               */
    1.99 +/*    glyph_stroker                                                        */
   1.100 +/*    system_interface                                                     */
   1.101 +/*    module_management                                                    */
   1.102 +/*    gzip                                                                 */
   1.103 +/*    lzw                                                                  */
   1.104 +/*    lcd_filtering                                                        */
   1.105 +/*                                                                         */
   1.106 +/***************************************************************************/