erm/app/fontinfo/list.go
2023-01-16 00:03:38 -06:00

7 lines
116 B
Go

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