├── .gitignore ├── README.md ├── VEFontCache.pur ├── assets ├── fontstash_open_pull_requests.png └── typeface_anatomy.png ├── fontstash.pur └── fontstash_forks.md /.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ed94/TextRendering_Notes/HEAD/README.md -------------------------------------------------------------------------------- /VEFontCache.pur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ed94/TextRendering_Notes/HEAD/VEFontCache.pur -------------------------------------------------------------------------------- /assets/fontstash_open_pull_requests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ed94/TextRendering_Notes/HEAD/assets/fontstash_open_pull_requests.png -------------------------------------------------------------------------------- /assets/typeface_anatomy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ed94/TextRendering_Notes/HEAD/assets/typeface_anatomy.png -------------------------------------------------------------------------------- /fontstash.pur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ed94/TextRendering_Notes/HEAD/fontstash.pur -------------------------------------------------------------------------------- /fontstash_forks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ed94/TextRendering_Notes/HEAD/fontstash_forks.md --------------------------------------------------------------------------------