(root)/
freetype-2.13.2/
include/
freetype/
ftchapters.h
       1  /****************************************************************************
       2   *
       3   * This file defines the structure of the FreeType reference.
       4   * It is used by the python script that 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     *   preamble
      19     *   header_inclusion
      20     *   user_allocation
      21     *
      22     */
      23  
      24  
      25    /**************************************************************************
      26     *
      27     * @chapter:
      28     *   core_api
      29     *
      30     * @title:
      31     *   Core API
      32     *
      33     * @sections:
      34     *   basic_types
      35     *   library_setup
      36     *   face_creation
      37     *   font_testing_macros
      38     *   sizing_and_scaling
      39     *   glyph_retrieval
      40     *   character_mapping
      41     *   information_retrieval
      42     *   other_api_data
      43     *
      44     */
      45  
      46  
      47    /**************************************************************************
      48     *
      49     * @chapter:
      50     *   extended_api
      51     *
      52     * @title:
      53     *   Extended API
      54     *
      55     * @sections:
      56     *   glyph_variants
      57     *   color_management
      58     *   layer_management
      59     *   glyph_management
      60     *   mac_specific
      61     *   sizes_management
      62     *   header_file_macros
      63     *
      64     */
      65  
      66  
      67    /**************************************************************************
      68     *
      69     * @chapter:
      70     *   format_specific
      71     *
      72     * @title:
      73     *   Format-Specific API
      74     *
      75     * @sections:
      76     *   multiple_masters
      77     *   truetype_tables
      78     *   type1_tables
      79     *   sfnt_names
      80     *   bdf_fonts
      81     *   cid_fonts
      82     *   pfr_fonts
      83     *   winfnt_fonts
      84     *   svg_fonts
      85     *   font_formats
      86     *   gasp_table
      87     *
      88     */
      89  
      90  
      91    /**************************************************************************
      92     *
      93     * @chapter:
      94     *   module_specific
      95     *
      96     * @title:
      97     *   Controlling FreeType Modules
      98     *
      99     * @sections:
     100     *   auto_hinter
     101     *   cff_driver
     102     *   t1_cid_driver
     103     *   tt_driver
     104     *   pcf_driver
     105     *   ot_svg_driver
     106     *   properties
     107     *   parameter_tags
     108     *   lcd_rendering
     109     *
     110     */
     111  
     112  
     113    /**************************************************************************
     114     *
     115     * @chapter:
     116     *   cache_subsystem
     117     *
     118     * @title:
     119     *   Cache Sub-System
     120     *
     121     * @sections:
     122     *   cache_subsystem
     123     *
     124     */
     125  
     126  
     127    /**************************************************************************
     128     *
     129     * @chapter:
     130     *   support_api
     131     *
     132     * @title:
     133     *   Support API
     134     *
     135     * @sections:
     136     *   computations
     137     *   list_processing
     138     *   outline_processing
     139     *   quick_advance
     140     *   bitmap_handling
     141     *   raster
     142     *   glyph_stroker
     143     *   system_interface
     144     *   module_management
     145     *   gzip
     146     *   lzw
     147     *   bzip2
     148     *   debugging_apis
     149     *
     150     */
     151  
     152  
     153    /**************************************************************************
     154     *
     155     * @chapter:
     156     *   error_codes
     157     *
     158     * @title:
     159     *   Error Codes
     160     *
     161     * @sections:
     162     *   error_enumerations
     163     *   error_code_values
     164     *
     165     */
     166  
     167  
     168  /* END */