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
I recently had an issue where a BDF font file had a long license commented at the start, so this library would error out trying to initialize it. It was fixed by moving the license out of the file, but a configurable limit of lines to search for the bounding box parameter would prevent this issue. Not sure how either removing or increasing the limit would affect things like speed, however.