Skip to content

Draft: Add support for FT_Face cloning

Muhammad Tayyab Akram requested to merge tayyab/freetype:feature/cloning into master

Added a new function FT_Clone_Face which creates a copy of the specified face. It is ensured that the copied face shares as much memory as possible with the parent face.

For details, please visit #1040

Edited by Werner Lemberg

Merge request reports