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