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