00001 /***************************************************************************/ 00002 /* */ 00003 /* This file defines the structure of the FreeType reference. */ 00004 /* It is used by the python script which generates the HTML files. */ 00005 /* */ 00006 /***************************************************************************/ 00007 00008 00009 /***************************************************************************/ 00010 /* */ 00011 /* <Chapter> */ 00012 /* general_remarks */ 00013 /* */ 00014 /* <Title> */ 00015 /* General Remarks */ 00016 /* */ 00017 /* <Sections> */ 00018 /* user_allocation */ 00019 /* */ 00020 /***************************************************************************/ 00021 00022 00023 /***************************************************************************/ 00024 /* */ 00025 /* <Chapter> */ 00026 /* core_api */ 00027 /* */ 00028 /* <Title> */ 00029 /* Core API */ 00030 /* */ 00031 /* <Sections> */ 00032 /* version */ 00033 /* basic_types */ 00034 /* base_interface */ 00035 /* glyph_variants */ 00036 /* glyph_management */ 00037 /* mac_specific */ 00038 /* sizes_management */ 00039 /* header_file_macros */ 00040 /* */ 00041 /***************************************************************************/ 00042 00043 00044 /***************************************************************************/ 00045 /* */ 00046 /* <Chapter> */ 00047 /* format_specific */ 00048 /* */ 00049 /* <Title> */ 00050 /* Format-Specific API */ 00051 /* */ 00052 /* <Sections> */ 00053 /* multiple_masters */ 00054 /* truetype_tables */ 00055 /* type1_tables */ 00056 /* sfnt_names */ 00057 /* bdf_fonts */ 00058 /* cid_fonts */ 00059 /* pfr_fonts */ 00060 /* winfnt_fonts */ 00061 /* font_formats */ 00062 /* gasp_table */ 00063 /* */ 00064 /***************************************************************************/ 00065 00066 00067 /***************************************************************************/ 00068 /* */ 00069 /* <Chapter> */ 00070 /* cache_subsystem */ 00071 /* */ 00072 /* <Title> */ 00073 /* Cache Sub-System */ 00074 /* */ 00075 /* <Sections> */ 00076 /* cache_subsystem */ 00077 /* */ 00078 /***************************************************************************/ 00079 00080 00081 /***************************************************************************/ 00082 /* */ 00083 /* <Chapter> */ 00084 /* support_api */ 00085 /* */ 00086 /* <Title> */ 00087 /* Support API */ 00088 /* */ 00089 /* <Sections> */ 00090 /* computations */ 00091 /* list_processing */ 00092 /* outline_processing */ 00093 /* quick_advance */ 00094 /* bitmap_handling */ 00095 /* raster */ 00096 /* glyph_stroker */ 00097 /* system_interface */ 00098 /* module_management */ 00099 /* gzip */ 00100 /* lzw */ 00101 /* lcd_filtering */ 00102 /* */ 00103 /***************************************************************************/