mirror of
				https://github.com/johnwhitington/cpdf-source.git
				synced 2025-06-05 22:09:39 +02:00 
			
		
		
		
	more
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user