| OLD | NEW |
| 1 /***************************************************************************/ | 1 /***************************************************************************/ |
| 2 /* */ | 2 /* */ |
| 3 /* This file defines the structure of the FreeType reference. */ | 3 /* This file defines the structure of the FreeType reference. */ |
| 4 /* It is used by the python script which generates the HTML files. */ | 4 /* It is used by the python script which generates the HTML files. */ |
| 5 /* */ | 5 /* */ |
| 6 /***************************************************************************/ | 6 /***************************************************************************/ |
| 7 | 7 |
| 8 | 8 |
| 9 /***************************************************************************/ | 9 /***************************************************************************/ |
| 10 /* */ | 10 /* */ |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 /* winfnt_fonts */ | 60 /* winfnt_fonts */ |
| 61 /* font_formats */ | 61 /* font_formats */ |
| 62 /* gasp_table */ | 62 /* gasp_table */ |
| 63 /* */ | 63 /* */ |
| 64 /***************************************************************************/ | 64 /***************************************************************************/ |
| 65 | 65 |
| 66 | 66 |
| 67 /***************************************************************************/ | 67 /***************************************************************************/ |
| 68 /* */ | 68 /* */ |
| 69 /* <Chapter> */ | 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> */ |
| 70 /* cache_subsystem */ | 86 /* cache_subsystem */ |
| 71 /* */ | 87 /* */ |
| 72 /* <Title> */ | 88 /* <Title> */ |
| 73 /* Cache Sub-System */ | 89 /* Cache Sub-System */ |
| 74 /* */ | 90 /* */ |
| 75 /* <Sections> */ | 91 /* <Sections> */ |
| 76 /* cache_subsystem */ | 92 /* cache_subsystem */ |
| 77 /* */ | 93 /* */ |
| 78 /***************************************************************************/ | 94 /***************************************************************************/ |
| 79 | 95 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 95 /* raster */ | 111 /* raster */ |
| 96 /* glyph_stroker */ | 112 /* glyph_stroker */ |
| 97 /* system_interface */ | 113 /* system_interface */ |
| 98 /* module_management */ | 114 /* module_management */ |
| 99 /* gzip */ | 115 /* gzip */ |
| 100 /* lzw */ | 116 /* lzw */ |
| 101 /* bzip2 */ | 117 /* bzip2 */ |
| 102 /* lcd_filtering */ | 118 /* lcd_filtering */ |
| 103 /* */ | 119 /* */ |
| 104 /***************************************************************************/ | 120 /***************************************************************************/ |
| OLD | NEW |