File | File | |
| | @@ -64,11 +64,11 @@ func Dump(f woff2.File) {
|
64 | 64 | dumpHeader(f.Header)
|
65 | 65 | fmt.Println()
|
66 | 66 | dumpTableDirectory(f.TableDirectory)
|
67 | 67 | fmt.Println()
|
68 | 68 | fmt.Println("CollectionDirectory:", f.CollectionDirectory)
|
69 | | fmt.Println("CompressedFontData:", len(f.CompressedFontData.Data), "bytes (uncompressed size)")
|
| 69 | fmt.Println("CompressedFontData:", len(f.FontData), "bytes (uncompressed size)")
|
70 | 70 | fmt.Println("ExtendedMetadata:", f.ExtendedMetadata)
|
71 | 71 | fmt.Println("PrivateData:", f.PrivateData)
|
72 | 72 | }
|
73 | 73 |
|
74 | 74 | func dumpHeader(hdr woff2.Header) {
|