Edit

kc3-lang/freetype/include/ftchapters.h

Branch :

  • Show log

    Commit

  • Author : Werner Lemberg
    Date : 2013-12-11 07:48:51
    Hash : e9d95aa0
    Message : [documentation] Add section how to include FreeType header files. Problem reported by David Kastrup <dak@gnu.org>. Surprisingly, a description how to do that was completely missing in the API reference. * include/freetype.h, include/ftchapters.h: New documentation section `header_inclusion'.

  • include/ftchapters.h
  • /***************************************************************************/
    /*                                                                         */
    /* This file defines the structure of the FreeType reference.              */
    /* It is used by the python script that generates the HTML files.          */
    /*                                                                         */
    /***************************************************************************/
    
    
    /***************************************************************************/
    /*                                                                         */
    /* <Chapter>                                                               */
    /*    general_remarks                                                      */
    /*                                                                         */
    /* <Title>                                                                 */
    /*    General Remarks                                                      */
    /*                                                                         */
    /* <Sections>                                                              */
    /*    header_inclusion                                                     */
    /*    user_allocation                                                      */
    /*                                                                         */
    /***************************************************************************/
    
    
    /***************************************************************************/
    /*                                                                         */
    /* <Chapter>                                                               */
    /*    core_api                                                             */
    /*                                                                         */
    /* <Title>                                                                 */
    /*    Core API                                                             */
    /*                                                                         */
    /* <Sections>                                                              */
    /*    version                                                              */
    /*    basic_types                                                          */
    /*    base_interface                                                       */
    /*    glyph_variants                                                       */
    /*    glyph_management                                                     */
    /*    mac_specific                                                         */
    /*    sizes_management                                                     */
    /*    header_file_macros                                                   */
    /*                                                                         */
    /***************************************************************************/
    
    
    /***************************************************************************/
    /*                                                                         */
    /* <Chapter>                                                               */
    /*    format_specific                                                      */
    /*                                                                         */
    /* <Title>                                                                 */
    /*    Format-Specific API                                                  */
    /*                                                                         */
    /* <Sections>                                                              */
    /*    multiple_masters                                                     */
    /*    truetype_tables                                                      */
    /*    type1_tables                                                         */
    /*    sfnt_names                                                           */
    /*    bdf_fonts                                                            */
    /*    cid_fonts                                                            */
    /*    pfr_fonts                                                            */
    /*    winfnt_fonts                                                         */
    /*    font_formats                                                         */
    /*    gasp_table                                                           */
    /*                                                                         */
    /***************************************************************************/
    
    
    /***************************************************************************/
    /*                                                                         */
    /* <Chapter>                                                               */
    /*    module_specific                                                      */
    /*                                                                         */
    /* <Title>                                                                 */
    /*    Controlling FreeType Modules                                         */
    /*                                                                         */
    /* <Sections>                                                              */
    /*    auto_hinter                                                          */
    /*    cff_driver                                                           */
    /*    tt_driver                                                            */
    /*                                                                         */
    /***************************************************************************/
    
    
    /***************************************************************************/
    /*                                                                         */
    /* <Chapter>                                                               */
    /*    cache_subsystem                                                      */
    /*                                                                         */
    /* <Title>                                                                 */
    /*    Cache Sub-System                                                     */
    /*                                                                         */
    /* <Sections>                                                              */
    /*    cache_subsystem                                                      */
    /*                                                                         */
    /***************************************************************************/
    
    
    /***************************************************************************/
    /*                                                                         */
    /* <Chapter>                                                               */
    /*    support_api                                                          */
    /*                                                                         */
    /* <Title>                                                                 */
    /*    Support API                                                          */
    /*                                                                         */
    /* <Sections>                                                              */
    /*    computations                                                         */
    /*    list_processing                                                      */
    /*    outline_processing                                                   */
    /*    quick_advance                                                        */
    /*    bitmap_handling                                                      */
    /*    raster                                                               */
    /*    glyph_stroker                                                        */
    /*    system_interface                                                     */
    /*    module_management                                                    */
    /*    gzip                                                                 */
    /*    lzw                                                                  */
    /*    bzip2                                                                */
    /*    lcd_filtering                                                        */
    /*                                                                         */
    /***************************************************************************/