erm/vendor/github.com/liamg/fontinfo/list.go
2021-07-30 23:29:20 +01:00

7 lines
116 B
Go

package fontinfo
// List all otf/ttf fonts installed on the system
func List() ([]Font, error) {
return Match()
}