|
@@ -10,6 +10,8 @@ import (
|
|
"strings"
|
|
"strings"
|
|
)
|
|
)
|
|
|
|
|
|
|
|
+// Best used with | less -RS
|
|
|
|
+
|
|
// Given a TheDrawFont file, display the fonts contained within.
|
|
// Given a TheDrawFont file, display the fonts contained within.
|
|
func ListFonts(filename string) {
|
|
func ListFonts(filename string) {
|
|
f, err := os.Open(filename)
|
|
f, err := os.Open(filename)
|