erm/app/fontinfo/list.go

7 lines
116 B
Go
Raw Normal View History

2023-01-16 06:03:38 +00:00
package fontinfo
// List all otf/ttf fonts installed on the system
func List() ([]Font, error) {
return Match()
}