1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/modules/freetype2/include/ftchapters.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,121 @@ 1.4 +/***************************************************************************/ 1.5 +/* */ 1.6 +/* This file defines the structure of the FreeType reference. */ 1.7 +/* It is used by the python script that generates the HTML files. */ 1.8 +/* */ 1.9 +/***************************************************************************/ 1.10 + 1.11 + 1.12 +/***************************************************************************/ 1.13 +/* */ 1.14 +/* <Chapter> */ 1.15 +/* general_remarks */ 1.16 +/* */ 1.17 +/* <Title> */ 1.18 +/* General Remarks */ 1.19 +/* */ 1.20 +/* <Sections> */ 1.21 +/* header_inclusion */ 1.22 +/* user_allocation */ 1.23 +/* */ 1.24 +/***************************************************************************/ 1.25 + 1.26 + 1.27 +/***************************************************************************/ 1.28 +/* */ 1.29 +/* <Chapter> */ 1.30 +/* core_api */ 1.31 +/* */ 1.32 +/* <Title> */ 1.33 +/* Core API */ 1.34 +/* */ 1.35 +/* <Sections> */ 1.36 +/* version */ 1.37 +/* basic_types */ 1.38 +/* base_interface */ 1.39 +/* glyph_variants */ 1.40 +/* glyph_management */ 1.41 +/* mac_specific */ 1.42 +/* sizes_management */ 1.43 +/* header_file_macros */ 1.44 +/* */ 1.45 +/***************************************************************************/ 1.46 + 1.47 + 1.48 +/***************************************************************************/ 1.49 +/* */ 1.50 +/* <Chapter> */ 1.51 +/* format_specific */ 1.52 +/* */ 1.53 +/* <Title> */ 1.54 +/* Format-Specific API */ 1.55 +/* */ 1.56 +/* <Sections> */ 1.57 +/* multiple_masters */ 1.58 +/* truetype_tables */ 1.59 +/* type1_tables */ 1.60 +/* sfnt_names */ 1.61 +/* bdf_fonts */ 1.62 +/* cid_fonts */ 1.63 +/* pfr_fonts */ 1.64 +/* winfnt_fonts */ 1.65 +/* font_formats */ 1.66 +/* gasp_table */ 1.67 +/* */ 1.68 +/***************************************************************************/ 1.69 + 1.70 + 1.71 +/***************************************************************************/ 1.72 +/* */ 1.73 +/* <Chapter> */ 1.74 +/* module_specific */ 1.75 +/* */ 1.76 +/* <Title> */ 1.77 +/* Controlling FreeType Modules */ 1.78 +/* */ 1.79 +/* <Sections> */ 1.80 +/* auto_hinter */ 1.81 +/* cff_driver */ 1.82 +/* tt_driver */ 1.83 +/* */ 1.84 +/***************************************************************************/ 1.85 + 1.86 + 1.87 +/***************************************************************************/ 1.88 +/* */ 1.89 +/* <Chapter> */ 1.90 +/* cache_subsystem */ 1.91 +/* */ 1.92 +/* <Title> */ 1.93 +/* Cache Sub-System */ 1.94 +/* */ 1.95 +/* <Sections> */ 1.96 +/* cache_subsystem */ 1.97 +/* */ 1.98 +/***************************************************************************/ 1.99 + 1.100 + 1.101 +/***************************************************************************/ 1.102 +/* */ 1.103 +/* <Chapter> */ 1.104 +/* support_api */ 1.105 +/* */ 1.106 +/* <Title> */ 1.107 +/* Support API */ 1.108 +/* */ 1.109 +/* <Sections> */ 1.110 +/* computations */ 1.111 +/* list_processing */ 1.112 +/* outline_processing */ 1.113 +/* quick_advance */ 1.114 +/* bitmap_handling */ 1.115 +/* raster */ 1.116 +/* glyph_stroker */ 1.117 +/* system_interface */ 1.118 +/* module_management */ 1.119 +/* gzip */ 1.120 +/* lzw */ 1.121 +/* bzip2 */ 1.122 +/* lcd_filtering */ 1.123 +/* */ 1.124 +/***************************************************************************/