ref: b049cadeb140957c79ba5bf6f2c766021c483556
parent: 6fca2e5b1b5d07b16f79d46ac5ff89b1d51e73bf
author: Alexei Podtelezhnikov <apodtele@gmail.com>
date: Mon Nov 2 09:26:44 EST 2020
Mention external modules.
--- a/include/freetype/ftmodapi.h
+++ b/include/freetype/ftmodapi.h
@@ -45,10 +45,12 @@
*
* @description:
* The definitions below are used to manage modules within FreeType.
- * Modules can be added, upgraded, and removed at runtime. Additionally,
- * some module properties can be controlled also.
+ * Internal and external modules can be added, upgraded, and removed at
+ * 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.
*
* ```