Pomax / PHP-Font-Parser

This is a PHP code library for parsing TTF/OTF fonts from file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glyph fetcher should cache per font

Pomax opened this issue · comments

the glyph fetcher currently caches on character, rather than on character per font, so using multiple fonts on the same run for the same character causes faulty runs.