Back of TrueType broken

This commit is contained in:
John Whitington 2023-07-06 16:37:16 +01:00
parent 1e3e19ae05
commit 64860ffbff
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ open Pdfio
(* FIXME Proper widths for .notdef, and warn on .notdef being produced *) (* FIXME Proper widths for .notdef, and warn on .notdef being produced *)
(* FIXME Add suport for composite glyphs *) (* FIXME Add suport for composite glyphs *)
(* FIXME No need for bitstream - everything is byte based, so we can use a normal input *) (* FIXME No need for bitstream - everything is byte based, so we can use a normal input *)
(* FIXME Get rid of double-calling of this code to 1) make font then 2) collect chars then 3) subset it i.e the subset = [] stuff *) (* FIXME Get rid of double-calling 1) make font then 2) collect chars then 3) subset it i.e the subset = [] stuff *)
(* FIXME Subset names better than AAAAAB *)
(* FIXME All uses - add text / drawing / texttopdf / table of contents *) (* FIXME All uses - add text / drawing / texttopdf / table of contents *)
(* FIXME Work across AND? *) (* FIXME Work across AND? *)
let dbg = ref false let dbg = ref false