shithub: fnt

Download patch

ref: 0747dba4da50e96b633a31912a491a62f8378159
parent: 103c13316808ce1c0f3254bec5d1c7e44bd9a8e1
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Tue Jun 25 00:17:24 EDT 2024

loca: add maxp as a dependency (numGlyphs)

--- a/otf.rkt
+++ b/otf.rkt
@@ -677,7 +677,7 @@
          {Offset16 shortOffsets [+ o->numGlyphs 1] (== o->indexToLocFormat 0)}
          {Offset32 longOffsets [+ o->numGlyphs 1] (== o->indexToLocFormat 1)}
          #:tag "loca"
-         #:after (list TableHead))
+         #:after (list TableHead TableMaxp))
 
 (define variationAxisRecordFlags #hash((0 . VARIATIONAXISRECORD_FL_HIDDEN_AXIS)))