소스 검색

TDF specifications.

Steve Thielemann 2 년 전
부모
커밋
cee5de88ad
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      font-util/font-out.go

+ 2 - 0
font-util/font-out.go

@@ -9,6 +9,8 @@ import (
 	"strings"
 )
 
+// http://www.roysac.com/blog/2014/04/thedraw-fonts-file-tdf-specifications/
+
 var Conversion [][2]int
 
 // copied from tdfont.go, and modified