gitextract_fs1xo8nh/ ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── font2pdf/ │ ├── README.md │ ├── ttfotf_to_pdf.py │ └── type1_to_pdf.py ├── fontsub-dll-on-linux/ │ ├── Makefile │ ├── README.md │ ├── fontsub.h │ └── loader.cc ├── truetype-generator/ │ ├── README.md │ └── truetype_generate.py ├── ttf-fontsub-loader/ │ ├── README.md │ └── ttf-fontsub-loader.cpp ├── ttf-otf-dwrite-loader/ │ ├── README.md │ ├── config.h │ └── ttf-otf-dwrite-loader.cpp ├── ttf-otf-mutator/ │ ├── Makefile.linux │ ├── Makefile.mingw │ ├── README.md │ ├── common.h │ ├── main.cpp │ ├── mutator.cpp │ ├── mutator.h │ ├── random.cpp │ ├── random.h │ ├── sfnt_font.cpp │ ├── sfnt_font.h │ ├── sfnt_mutator.cpp │ └── sfnt_mutator.h └── ttf-otf-windows-loader/ ├── README.md ├── config.h └── ttf-otf-windows-loader.cpp