diff options
Diffstat (limited to 'cmd/fonttobytes')
-rw-r--r-- | cmd/fonttobytes/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/fonttobytes/main.go b/cmd/fonttobytes/main.go index 52883cb..085003b 100644 --- a/cmd/fonttobytes/main.go +++ b/cmd/fonttobytes/main.go @@ -2,6 +2,8 @@ // Use of this source code is governed by the GPLv3 // license that can be found in the LICENSE file. +// fonttobytes outputs a font file as a series of bytes in go format, +// allowing a font to be easily embedded into a go binary package main import ( |