Mention external modules.

This commit is contained in:
Alexei Podtelezhnikov 2020-11-02 14:26:44 -05:00
parent 6fca2e5b1b
commit b049cadeb1
1 changed files with 5 additions and 3 deletions

View File

@ -45,10 +45,12 @@ FT_BEGIN_HEADER
* *
* @description: * @description:
* The definitions below are used to manage modules within FreeType. * The definitions below are used to manage modules within FreeType.
* Modules can be added, upgraded, and removed at runtime. Additionally, * Internal and external modules can be added, upgraded, and removed at
* some module properties can be controlled also. * runtime. For example, an alternative renderer or proprietary font
* driver can be registered and prioritized. Additionally, some module
* properties can also be controlled.
* *
* Here is a list of possible values of the `module_name` field in the * Here is a list of existing values of the `module_name` field in the
* @FT_Module_Class structure. * @FT_Module_Class structure.
* *
* ``` * ```