Skip to content
Commits on Source (2)
......@@ -12,6 +12,8 @@ reference/
!INSTALL_MAC.md
!INSTALL_UNIX.md
!INSTALL_VMS.md
!INSTALL_ANDROID.md
!MODIFYING.md
# MkDocs Config file
mkdocs.yml
......
TODO: Add details on how to compile freetype on android using termux
# Modifying FreeType
FreeType follows a modular architecture, i.e. all the features are
implemented as separate modules. There are separate modules for
rasterizers, font parsers, hinting etc. located under the src/ directory
To add new features you have to either modify the existing modules or
add a new module to FreeType
## Adding a new module to FreeType
First start by deciding the name of you module and add a directory under
src/.