summaryrefslogtreecommitdiff
path: root/def.go
diff options
context:
space:
mode:
Diffstat (limited to 'def.go')
-rw-r--r--def.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/def.go b/def.go
index 3c4d902..1187c8f 100644
--- a/def.go
+++ b/def.go
@@ -681,9 +681,9 @@ type fontDefType struct {
File string // "Redressed.z"
Size1, Size2 int // Type1 values
OriginalSize int // Size of uncompressed font file
- I int // 1-based position in font list, set by font loader, not this program
N int // Set by font loader
DiffN int // Position of diff in app array, set by font loader
+ i string // 1-based position in font list, set by font loader, not this program
}
type fontInfoType struct {