forked from minhngoc25a/freetype2

(unfinished) `otlayout' module but has been heavily modified to make it much more compact. * src/otvalid/*: New module. * include/freetype/ftotval.h, src/base/ftotval.c, include/freetype/internal/services/svotval.h: New files. * include/freetype/config/ftmodule.h: Add otv_module_class. * include/freetype/config/ftheader.h (FT_OPENTYPE_VALIDATE_H): New macro. * include/freetype/internal/ftserv.h (FT_SERVICE_OPENTYPE_VALIDATE_H): New macro. * include/freetype/internal/fttrace.h (otvmodule, otvcommon, otvbase, otvgdef, otvgpos, otvgsub, otvjstf): New trace components. * include/freetype/ftchapters.h: Updated. * src/base/Jamfile (Library), src/base/descrip.mms (OBJS), src/base/rules.mk (BASE_EXT_SRC): Updated. * docs/CHANGES: Updated.
83 lines
5.6 KiB
C
83 lines
5.6 KiB
C
/***************************************************************************/
|
|
/* */
|
|
/* This file defines the structure of the FreeType reference. */
|
|
/* It is used by the python script which generates the HTML files. */
|
|
/* */
|
|
/***************************************************************************/
|
|
|
|
|
|
/***************************************************************************/
|
|
/* */
|
|
/* <Chapter> */
|
|
/* core_api */
|
|
/* */
|
|
/* <Title> */
|
|
/* Core API */
|
|
/* */
|
|
/* <Sections> */
|
|
/* basic_types */
|
|
/* base_interface */
|
|
/* glyph_management */
|
|
/* mac_specific */
|
|
/* sizes_management */
|
|
/* header_file_macros */
|
|
/* */
|
|
/***************************************************************************/
|
|
|
|
/***************************************************************************/
|
|
/* */
|
|
/* <Chapter> */
|
|
/* format_specific */
|
|
/* */
|
|
/* <Title> */
|
|
/* Format-Specific API */
|
|
/* */
|
|
/* <Sections> */
|
|
/* multiple_masters */
|
|
/* truetype_tables */
|
|
/* type1_tables */
|
|
/* sfnt_names */
|
|
/* bdf_fonts */
|
|
/* pfr_fonts */
|
|
/* winfnt_fonts */
|
|
/* ot_validation */
|
|
/* */
|
|
/***************************************************************************/
|
|
|
|
|
|
/***************************************************************************/
|
|
/* */
|
|
/* <Chapter> */
|
|
/* cache_subsystem */
|
|
/* */
|
|
/* <Title> */
|
|
/* Cache Sub-System */
|
|
/* */
|
|
/* <Sections> */
|
|
/* cache_subsystem */
|
|
/* */
|
|
/***************************************************************************/
|
|
|
|
|
|
/***************************************************************************/
|
|
/* */
|
|
/* <Chapter> */
|
|
/* support_api */
|
|
/* */
|
|
/* <Title> */
|
|
/* Support API */
|
|
/* */
|
|
/* <Sections> */
|
|
/* computations */
|
|
/* list_processing */
|
|
/* outline_processing */
|
|
/* raster */
|
|
/* glyph_stroker */
|
|
/* system_interface */
|
|
/* module_management */
|
|
/* gzip */
|
|
/* lzw */
|
|
/* */
|
|
/***************************************************************************/
|
|
|