mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-17 04:10:48 +01:00
Need to rewrite cmap for extended font
This commit is contained in:
parent
7e27138211
commit
5f688481ea
@ -195,7 +195,7 @@ let write_loca_table subset cmap indexToLocFormat bs loca =
|
|||||||
iter
|
iter
|
||||||
(fun u ->
|
(fun u ->
|
||||||
let locnum = Hashtbl.find cmap u in
|
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 ())
|
Hashtbl.add locnums locnum ())
|
||||||
subset;
|
subset;
|
||||||
let write_entry loc position =
|
let write_entry loc position =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user