Official mirror of https://gitlab.freedesktop.org/freetype/freetype
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
121 lines
8.2 KiB
121 lines
8.2 KiB
21 years ago
|
/***************************************************************************/
|
||
|
/* */
|
||
|
/* This file defines the structure of the FreeType reference. */
|
||
12 years ago
|
/* It is used by the python script that generates the HTML files. */
|
||
21 years ago
|
/* */
|
||
|
/***************************************************************************/
|
||
|
|
||
|
|
||
20 years ago
|
/***************************************************************************/
|
||
|
/* */
|
||
|
/* <Chapter> */
|
||
|
/* general_remarks */
|
||
|
/* */
|
||
|
/* <Title> */
|
||
|
/* General Remarks */
|
||
|
/* */
|
||
|
/* <Sections> */
|
||
|
/* user_allocation */
|
||
|
/* */
|
||
|
/***************************************************************************/
|
||
|
|
||
|
|
||
24 years ago
|
/***************************************************************************/
|
||
|
/* */
|
||
|
/* <Chapter> */
|
||
|
/* core_api */
|
||
|
/* */
|
||
|
/* <Title> */
|
||
|
/* Core API */
|
||
|
/* */
|
||
|
/* <Sections> */
|
||
19 years ago
|
/* version */
|
||
24 years ago
|
/* basic_types */
|
||
|
/* base_interface */
|
||
17 years ago
|
/* glyph_variants */
|
||
24 years ago
|
/* glyph_management */
|
||
|
/* mac_specific */
|
||
23 years ago
|
/* sizes_management */
|
||
|
/* header_file_macros */
|
||
|
/* */
|
||
|
/***************************************************************************/
|
||
|
|
||
20 years ago
|
|
||
23 years ago
|
/***************************************************************************/
|
||
|
/* */
|
||
|
/* <Chapter> */
|
||
|
/* format_specific */
|
||
|
/* */
|
||
|
/* <Title> */
|
||
|
/* Format-Specific API */
|
||
|
/* */
|
||
|
/* <Sections> */
|
||
24 years ago
|
/* multiple_masters */
|
||
|
/* truetype_tables */
|
||
|
/* type1_tables */
|
||
|
/* sfnt_names */
|
||
23 years ago
|
/* bdf_fonts */
|
||
18 years ago
|
/* cid_fonts */
|
||
22 years ago
|
/* pfr_fonts */
|
||
21 years ago
|
/* winfnt_fonts */
|
||
18 years ago
|
/* font_formats */
|
||
18 years ago
|
/* gasp_table */
|
||
24 years ago
|
/* */
|
||
|
/***************************************************************************/
|
||
24 years ago
|
|
||
|
|
||
13 years ago
|
/***************************************************************************/
|
||
|
/* */
|
||
|
/* <Chapter> */
|
||
12 years ago
|
/* module_specific */
|
||
13 years ago
|
/* */
|
||
|
/* <Title> */
|
||
12 years ago
|
/* Controlling FreeType Modules */
|
||
13 years ago
|
/* */
|
||
|
/* <Sections> */
|
||
|
/* auto_hinter */
|
||
12 years ago
|
/* cff_driver */
|
||
12 years ago
|
/* tt_driver */
|
||
12 years ago
|
/* */
|
||
|
/***************************************************************************/
|
||
|
|
||
|
|
||
24 years ago
|
/***************************************************************************/
|
||
|
/* */
|
||
|
/* <Chapter> */
|
||
|
/* cache_subsystem */
|
||
|
/* */
|
||
|
/* <Title> */
|
||
|
/* Cache Sub-System */
|
||
|
/* */
|
||
|
/* <Sections> */
|
||
|
/* cache_subsystem */
|
||
|
/* */
|
||
24 years ago
|
/***************************************************************************/
|
||
24 years ago
|
|
||
|
|
||
|
/***************************************************************************/
|
||
|
/* */
|
||
|
/* <Chapter> */
|
||
|
/* support_api */
|
||
|
/* */
|
||
|
/* <Title> */
|
||
|
/* Support API */
|
||
|
/* */
|
||
|
/* <Sections> */
|
||
|
/* computations */
|
||
|
/* list_processing */
|
||
|
/* outline_processing */
|
||
17 years ago
|
/* quick_advance */
|
||
20 years ago
|
/* bitmap_handling */
|
||
24 years ago
|
/* raster */
|
||
21 years ago
|
/* glyph_stroker */
|
||
23 years ago
|
/* system_interface */
|
||
|
/* module_management */
|
||
21 years ago
|
/* gzip */
|
||
|
/* lzw */
|
||
14 years ago
|
/* bzip2 */
|
||
18 years ago
|
/* lcd_filtering */
|
||
24 years ago
|
/* */
|
||
|
/***************************************************************************/
|