pure-data / pdfontloader

tiny TCL extension to load fonts into the Pure Data GUI on Windows
2 stars 2 forks source link

package require #2

Closed Lucarda closed 6 years ago

Lucarda commented 6 years ago

In the readme md: catch {pdloader::loadfont ../font/DejaVuSansMono.ttf}

Should't be?:

catch {
package require pdloader
pdloader::loadfont ../font/DejaVuSansMono.ttf
}
danomatika commented 6 years ago

Probably. I wrote it quickly while leaving. Not fully tested yet.

danomatika commented 6 years ago

It's a tiny extension and using "load" directly seems to be working fine. Readme has been updated.