Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | /***************************************************************************/ |
michael@0 | 2 | /* */ |
michael@0 | 3 | /* This file defines the structure of the FreeType reference. */ |
michael@0 | 4 | /* It is used by the python script that generates the HTML files. */ |
michael@0 | 5 | /* */ |
michael@0 | 6 | /***************************************************************************/ |
michael@0 | 7 | |
michael@0 | 8 | |
michael@0 | 9 | /***************************************************************************/ |
michael@0 | 10 | /* */ |
michael@0 | 11 | /* <Chapter> */ |
michael@0 | 12 | /* general_remarks */ |
michael@0 | 13 | /* */ |
michael@0 | 14 | /* <Title> */ |
michael@0 | 15 | /* General Remarks */ |
michael@0 | 16 | /* */ |
michael@0 | 17 | /* <Sections> */ |
michael@0 | 18 | /* header_inclusion */ |
michael@0 | 19 | /* user_allocation */ |
michael@0 | 20 | /* */ |
michael@0 | 21 | /***************************************************************************/ |
michael@0 | 22 | |
michael@0 | 23 | |
michael@0 | 24 | /***************************************************************************/ |
michael@0 | 25 | /* */ |
michael@0 | 26 | /* <Chapter> */ |
michael@0 | 27 | /* core_api */ |
michael@0 | 28 | /* */ |
michael@0 | 29 | /* <Title> */ |
michael@0 | 30 | /* Core API */ |
michael@0 | 31 | /* */ |
michael@0 | 32 | /* <Sections> */ |
michael@0 | 33 | /* version */ |
michael@0 | 34 | /* basic_types */ |
michael@0 | 35 | /* base_interface */ |
michael@0 | 36 | /* glyph_variants */ |
michael@0 | 37 | /* glyph_management */ |
michael@0 | 38 | /* mac_specific */ |
michael@0 | 39 | /* sizes_management */ |
michael@0 | 40 | /* header_file_macros */ |
michael@0 | 41 | /* */ |
michael@0 | 42 | /***************************************************************************/ |
michael@0 | 43 | |
michael@0 | 44 | |
michael@0 | 45 | /***************************************************************************/ |
michael@0 | 46 | /* */ |
michael@0 | 47 | /* <Chapter> */ |
michael@0 | 48 | /* format_specific */ |
michael@0 | 49 | /* */ |
michael@0 | 50 | /* <Title> */ |
michael@0 | 51 | /* Format-Specific API */ |
michael@0 | 52 | /* */ |
michael@0 | 53 | /* <Sections> */ |
michael@0 | 54 | /* multiple_masters */ |
michael@0 | 55 | /* truetype_tables */ |
michael@0 | 56 | /* type1_tables */ |
michael@0 | 57 | /* sfnt_names */ |
michael@0 | 58 | /* bdf_fonts */ |
michael@0 | 59 | /* cid_fonts */ |
michael@0 | 60 | /* pfr_fonts */ |
michael@0 | 61 | /* winfnt_fonts */ |
michael@0 | 62 | /* font_formats */ |
michael@0 | 63 | /* gasp_table */ |
michael@0 | 64 | /* */ |
michael@0 | 65 | /***************************************************************************/ |
michael@0 | 66 | |
michael@0 | 67 | |
michael@0 | 68 | /***************************************************************************/ |
michael@0 | 69 | /* */ |
michael@0 | 70 | /* <Chapter> */ |
michael@0 | 71 | /* module_specific */ |
michael@0 | 72 | /* */ |
michael@0 | 73 | /* <Title> */ |
michael@0 | 74 | /* Controlling FreeType Modules */ |
michael@0 | 75 | /* */ |
michael@0 | 76 | /* <Sections> */ |
michael@0 | 77 | /* auto_hinter */ |
michael@0 | 78 | /* cff_driver */ |
michael@0 | 79 | /* tt_driver */ |
michael@0 | 80 | /* */ |
michael@0 | 81 | /***************************************************************************/ |
michael@0 | 82 | |
michael@0 | 83 | |
michael@0 | 84 | /***************************************************************************/ |
michael@0 | 85 | /* */ |
michael@0 | 86 | /* <Chapter> */ |
michael@0 | 87 | /* cache_subsystem */ |
michael@0 | 88 | /* */ |
michael@0 | 89 | /* <Title> */ |
michael@0 | 90 | /* Cache Sub-System */ |
michael@0 | 91 | /* */ |
michael@0 | 92 | /* <Sections> */ |
michael@0 | 93 | /* cache_subsystem */ |
michael@0 | 94 | /* */ |
michael@0 | 95 | /***************************************************************************/ |
michael@0 | 96 | |
michael@0 | 97 | |
michael@0 | 98 | /***************************************************************************/ |
michael@0 | 99 | /* */ |
michael@0 | 100 | /* <Chapter> */ |
michael@0 | 101 | /* support_api */ |
michael@0 | 102 | /* */ |
michael@0 | 103 | /* <Title> */ |
michael@0 | 104 | /* Support API */ |
michael@0 | 105 | /* */ |
michael@0 | 106 | /* <Sections> */ |
michael@0 | 107 | /* computations */ |
michael@0 | 108 | /* list_processing */ |
michael@0 | 109 | /* outline_processing */ |
michael@0 | 110 | /* quick_advance */ |
michael@0 | 111 | /* bitmap_handling */ |
michael@0 | 112 | /* raster */ |
michael@0 | 113 | /* glyph_stroker */ |
michael@0 | 114 | /* system_interface */ |
michael@0 | 115 | /* module_management */ |
michael@0 | 116 | /* gzip */ |
michael@0 | 117 | /* lzw */ |
michael@0 | 118 | /* bzip2 */ |
michael@0 | 119 | /* lcd_filtering */ |
michael@0 | 120 | /* */ |
michael@0 | 121 | /***************************************************************************/ |