Browse Source

Use | less -RS with font-show output.

Steve Thielemann 2 years ago
parent
commit
f674d65a41
1 changed files with 2 additions and 0 deletions
  1. 2 0
      font-show/font-show.go

+ 2 - 0
font-show/font-show.go

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