This commit is contained in:
John Whitington 2022-10-05 15:14:53 +01:00
parent 09f6c28032
commit 30b762b251
2 changed files with 4 additions and 1 deletions

View File

@ -37,7 +37,8 @@ all : $(TARGETS)
clean ::
rm -rf doc foo foo2 out.pdf out2.pdf foo.pdf decomp.pdf *.cmt *.cmti \
*.json test/*.pdf debug/*.pdf *.ps *.aux *.idx *.log *.out *.toc *.cut
*.json test/*.pdf debug/*.pdf *.ps *.aux *.idx *.log *.out *.toc *.cut \
*.ttf
DOC_FILES = $(foreach x,$(DOC),$(x).mli )

View File

@ -2,6 +2,8 @@
open Pdfutil
open Pdfio
(* ./cpdf -font-ttf ~/repos/pdfs/fonts/NotoSans-Bold.ttf -add-text foo hello.pdf -o out.pdf *)
type t =
{flags : int;
minx : int;