mirror of
				https://github.com/johnwhitington/cpdf-source.git
				synced 2025-06-05 22:09:39 +02:00 
			
		
		
		
	Need to rewrite cmap for extended font
This commit is contained in:
		| @@ -195,7 +195,7 @@ let write_loca_table subset cmap indexToLocFormat bs loca = | ||||
|     iter | ||||
|       (fun u -> | ||||
|          let locnum = Hashtbl.find cmap u in | ||||
|            if !dbg then Printf.printf "write_loca_table: Unicode %i is at location number %i\n" u locnum; | ||||
|            if !dbg then Printf.printf "write_loca_table: Unicode U+%04X is at location number %i\n" u locnum; | ||||
|            Hashtbl.add locnums locnum ()) | ||||
|       subset; | ||||
|   let write_entry loc position = | ||||
|   | ||||
		Reference in New Issue
	
	Block a user