Closed Lucarda closed 6 years ago
In the readme md: catch {pdloader::loadfont ../font/DejaVuSansMono.ttf}
catch {pdloader::loadfont ../font/DejaVuSansMono.ttf}
Should't be?:
catch { package require pdloader pdloader::loadfont ../font/DejaVuSansMono.ttf }
Probably. I wrote it quickly while leaving. Not fully tested yet.
It's a tiny extension and using "load" directly seems to be working fine. Readme has been updated.
In the readme md:
catch {pdloader::loadfont ../font/DejaVuSansMono.ttf}
Should't be?: