|
|
|
@ -1091,7 +1091,7 @@ FT_BEGIN_HEADER |
|
|
|
|
/* <Description> */ |
|
|
|
|
/* Used to initialize an instance of FT_Glyph_Class struct. */ |
|
|
|
|
/* When FT_CONFIG_OPTION_PIC is defined an init function will need */ |
|
|
|
|
/* to be called with a pre-allocated stcture to be filled. */ |
|
|
|
|
/* to be called with a pre-allocated structure to be filled. */ |
|
|
|
|
/* When FT_CONFIG_OPTION_PIC is not defined the struct will be */ |
|
|
|
|
/* allocated in the global scope (or the scope where the macro */ |
|
|
|
|
/* is used). */ |
|
|
|
@ -1168,7 +1168,7 @@ FT_BEGIN_HEADER |
|
|
|
|
/* need to be called with a pointer where the allocated structure is */ |
|
|
|
|
/* returned. And when it is no longer needed a `destroy' function */ |
|
|
|
|
/* needs to be called to release that allocation. */ |
|
|
|
|
/* `fcinit.c' (ft_create_default_module_classes) already contains */ |
|
|
|
|
/* `ftinit.c' (ft_create_default_module_classes) already contains */ |
|
|
|
|
/* a mechanism to call these functions for the default modules */ |
|
|
|
|
/* described in `ftmodule.h'. */ |
|
|
|
|
/* */ |
|
|
|
@ -1372,7 +1372,7 @@ FT_BEGIN_HEADER |
|
|
|
|
/* to be called with a pointer where the allocated structure is */ |
|
|
|
|
/* returned. And when it is no longer needed a `destroy' function */ |
|
|
|
|
/* needs to be called to release that allocation. */ |
|
|
|
|
/* `fcinit.c' (ft_create_default_module_classes) already contains */ |
|
|
|
|
/* `ftinit.c' (ft_create_default_module_classes) already contains */ |
|
|
|
|
/* a mechanism to call these functions for the default modules */ |
|
|
|
|
/* described in `ftmodule.h'. */ |
|
|
|
|
/* */ |
|
|
|
|