more
This commit is contained in:
parent
09f6c28032
commit
30b762b251
3
Makefile
3
Makefile
|
@ -37,7 +37,8 @@ all : $(TARGETS)
|
||||||
|
|
||||||
clean ::
|
clean ::
|
||||||
rm -rf doc foo foo2 out.pdf out2.pdf foo.pdf decomp.pdf *.cmt *.cmti \
|
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 )
|
DOC_FILES = $(foreach x,$(DOC),$(x).mli )
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
open Pdfutil
|
open Pdfutil
|
||||||
open Pdfio
|
open Pdfio
|
||||||
|
|
||||||
|
(* ./cpdf -font-ttf ~/repos/pdfs/fonts/NotoSans-Bold.ttf -add-text foo hello.pdf -o out.pdf *)
|
||||||
|
|
||||||
type t =
|
type t =
|
||||||
{flags : int;
|
{flags : int;
|
||||||
minx : int;
|
minx : int;
|
||||||
|
|
Loading…
Reference in New Issue