This commit is contained in:
John Whitington 2022-09-28 13:04:20 +01:00
parent cd4c16e6fb
commit 4cbdbbb34f

View File

@ -23,6 +23,9 @@ type t =
let dbg = ref false (* text-based debug *)
let required_tables =
["head"; "hhea"; "loca"; "cmap"; "maxp"; "cvt "; "glyf"; "prep"; "hmtx"; "fpgm"]
(* 32-bit signed fixed-point number (16.16) returned as two ints *)
let read_fixed b =
let a = getval_31 b 16 in