Sfoglia il codice sorgente

Use | less -RS with font-show output.

Steve Thielemann 2 anni fa
parent
commit
f674d65a41
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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)