From 64860ffbfffcf3f10da55a2b6a1b8012b1a85430 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Thu, 6 Jul 2023 16:37:16 +0100 Subject: [PATCH] Back of TrueType broken --- cpdftruetype.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpdftruetype.ml b/cpdftruetype.ml index e573254..7276946 100644 --- a/cpdftruetype.ml +++ b/cpdftruetype.ml @@ -5,8 +5,7 @@ open Pdfio (* FIXME Proper widths for .notdef, and warn on .notdef being produced *) (* FIXME Add suport for composite glyphs *) (* 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 Subset names better than AAAAAB *) +(* FIXME Get rid of double-calling 1) make font then 2) collect chars then 3) subset it i.e the subset = [] stuff *) (* FIXME All uses - add text / drawing / texttopdf / table of contents *) (* FIXME Work across AND? *) let dbg = ref false