src/java.desktop/share/native/libfreetype/include/freetype/ftchapters.h
changeset 54876 da3834261f0c
parent 49234 3375a8039fde
equal deleted inserted replaced
54875:bcfedddcf4ce 54876:da3834261f0c
     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 that generates the HTML files.          */
     4  * It is used by the python script that generates the HTML files.
     5 /*                                                                         */
     5  *
     6 /***************************************************************************/
     6  */
     7 
     7 
     8 
     8 
     9 /***************************************************************************/
     9   /**************************************************************************
    10 /*                                                                         */
    10    *
    11 /* <Chapter>                                                               */
    11    * @chapter:
    12 /*    general_remarks                                                      */
    12    *   general_remarks
    13 /*                                                                         */
    13    *
    14 /* <Title>                                                                 */
    14    * @title:
    15 /*    General Remarks                                                      */
    15    *   General Remarks
    16 /*                                                                         */
    16    *
    17 /* <Sections>                                                              */
    17    * @sections:
    18 /*    header_inclusion                                                     */
    18    *   header_inclusion
    19 /*    user_allocation                                                      */
    19    *   user_allocation
    20 /*                                                                         */
    20    *
    21 /***************************************************************************/
    21    */
    22 
    22 
    23 
    23 
    24 /***************************************************************************/
    24   /**************************************************************************
    25 /*                                                                         */
    25    *
    26 /* <Chapter>                                                               */
    26    * @chapter:
    27 /*    core_api                                                             */
    27    *   core_api
    28 /*                                                                         */
    28    *
    29 /* <Title>                                                                 */
    29    * @title:
    30 /*    Core API                                                             */
    30    *   Core API
    31 /*                                                                         */
    31    *
    32 /* <Sections>                                                              */
    32    * @sections:
    33 /*    version                                                              */
    33    *   version
    34 /*    basic_types                                                          */
    34    *   basic_types
    35 /*    base_interface                                                       */
    35    *   base_interface
    36 /*    glyph_variants                                                       */
    36    *   glyph_variants
    37 /*    glyph_management                                                     */
    37    *   color_management
    38 /*    mac_specific                                                         */
    38    *   layer_management
    39 /*    sizes_management                                                     */
    39    *   glyph_management
    40 /*    header_file_macros                                                   */
    40    *   mac_specific
    41 /*                                                                         */
    41    *   sizes_management
    42 /***************************************************************************/
    42    *   header_file_macros
       
    43    *
       
    44    */
    43 
    45 
    44 
    46 
    45 /***************************************************************************/
    47   /**************************************************************************
    46 /*                                                                         */
    48    *
    47 /* <Chapter>                                                               */
    49    * @chapter:
    48 /*    format_specific                                                      */
    50    *   format_specific
    49 /*                                                                         */
    51    *
    50 /* <Title>                                                                 */
    52    * @title:
    51 /*    Format-Specific API                                                  */
    53    *   Format-Specific API
    52 /*                                                                         */
    54    *
    53 /* <Sections>                                                              */
    55    * @sections:
    54 /*    multiple_masters                                                     */
    56    *   multiple_masters
    55 /*    truetype_tables                                                      */
    57    *   truetype_tables
    56 /*    type1_tables                                                         */
    58    *   type1_tables
    57 /*    sfnt_names                                                           */
    59    *   sfnt_names
    58 /*    bdf_fonts                                                            */
    60    *   bdf_fonts
    59 /*    cid_fonts                                                            */
    61    *   cid_fonts
    60 /*    pfr_fonts                                                            */
    62    *   pfr_fonts
    61 /*    winfnt_fonts                                                         */
    63    *   winfnt_fonts
    62 /*    font_formats                                                         */
    64    *   font_formats
    63 /*    gasp_table                                                           */
    65    *   gasp_table
    64 /*                                                                         */
    66    *
    65 /***************************************************************************/
    67    */
    66 
    68 
    67 
    69 
    68 /***************************************************************************/
    70   /**************************************************************************
    69 /*                                                                         */
    71    *
    70 /* <Chapter>                                                               */
    72    * @chapter:
    71 /*    module_specific                                                      */
    73    *   module_specific
    72 /*                                                                         */
    74    *
    73 /* <Title>                                                                 */
    75    * @title:
    74 /*    Controlling FreeType Modules                                         */
    76    *   Controlling FreeType Modules
    75 /*                                                                         */
    77    *
    76 /* <Sections>                                                              */
    78    * @sections:
    77 /*    auto_hinter                                                          */
    79    *   auto_hinter
    78 /*    cff_driver                                                           */
    80    *   cff_driver
    79 /*    t1_cid_driver                                                        */
    81    *   t1_cid_driver
    80 /*    tt_driver                                                            */
    82    *   tt_driver
    81 /*    pcf_driver                                                           */
    83    *   pcf_driver
    82 /*    properties                                                           */
    84    *   properties
    83 /*    parameter_tags                                                       */
    85    *   parameter_tags
    84 /*                                                                         */
    86    *   lcd_rendering
    85 /***************************************************************************/
    87    *
       
    88    */
    86 
    89 
    87 
    90 
    88 /***************************************************************************/
    91   /**************************************************************************
    89 /*                                                                         */
    92    *
    90 /* <Chapter>                                                               */
    93    * @chapter:
    91 /*    cache_subsystem                                                      */
    94    *   cache_subsystem
    92 /*                                                                         */
    95    *
    93 /* <Title>                                                                 */
    96    * @title:
    94 /*    Cache Sub-System                                                     */
    97    *   Cache Sub-System
    95 /*                                                                         */
    98    *
    96 /* <Sections>                                                              */
    99    * @sections:
    97 /*    cache_subsystem                                                      */
   100    *   cache_subsystem
    98 /*                                                                         */
   101    *
    99 /***************************************************************************/
   102    */
   100 
   103 
   101 
   104 
   102 /***************************************************************************/
   105   /**************************************************************************
   103 /*                                                                         */
   106    *
   104 /* <Chapter>                                                               */
   107    * @chapter:
   105 /*    support_api                                                          */
   108    *   support_api
   106 /*                                                                         */
   109    *
   107 /* <Title>                                                                 */
   110    * @title:
   108 /*    Support API                                                          */
   111    *   Support API
   109 /*                                                                         */
   112    *
   110 /* <Sections>                                                              */
   113    * @sections:
   111 /*    computations                                                         */
   114    *   computations
   112 /*    list_processing                                                      */
   115    *   list_processing
   113 /*    outline_processing                                                   */
   116    *   outline_processing
   114 /*    quick_advance                                                        */
   117    *   quick_advance
   115 /*    bitmap_handling                                                      */
   118    *   bitmap_handling
   116 /*    raster                                                               */
   119    *   raster
   117 /*    glyph_stroker                                                        */
   120    *   glyph_stroker
   118 /*    system_interface                                                     */
   121    *   system_interface
   119 /*    module_management                                                    */
   122    *   module_management
   120 /*    gzip                                                                 */
   123    *   gzip
   121 /*    lzw                                                                  */
   124    *   lzw
   122 /*    bzip2                                                                */
   125    *   bzip2
   123 /*    lcd_filtering                                                        */
   126    *
   124 /*                                                                         */
   127    */
   125 /***************************************************************************/
       
   126 
   128 
   127 /***************************************************************************/
   129 
   128 /*                                                                         */
   130   /**************************************************************************
   129 /* <Chapter>                                                               */
   131    *
   130 /*    error_codes                                                          */
   132    * @chapter:
   131 /*                                                                         */
   133    *   error_codes
   132 /* <Title>                                                                 */
   134    *
   133 /*    Error Codes                                                          */
   135    * @title:
   134 /*                                                                         */
   136    *   Error Codes
   135 /* <Sections>                                                              */
   137    *
   136 /*    error_enumerations                                                   */
   138    * @sections:
   137 /*    error_code_values                                                    */
   139    *   error_enumerations
   138 /*                                                                         */
   140    *   error_code_values
   139 /***************************************************************************/
   141    *
       
   142    */
       
   143 
       
   144 
       
   145 /* END */