You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `$font->close();` to example in README file.
In the case where you have a script that uses this library to read / parse a lot of fonts at once, it is a good idea to call `$font->close();` in order to free up the system processes. If you don't, you may get a "failed to open dir: Too many open files" exception thrown.
0 commit comments