This commit is contained in:
honggengwei
2014-10-16 10:12:28 +08:00
parent 876cbb5f6b
commit 03062a956d
3 changed files with 85 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
package figlet
// Build in source font
func BuildInFont() string {
func buildInFont() string {
// from starwars.flf
var str = `flf2a$ 7 6 22 15 4` + "\n" +
`starwars.flf by Ryan Youck (youck@cs.uregina.ca) Dec 25/1994` + "\n" +