diff --git a/cpdftype.ml b/cpdftype.ml index 863d821..360853c 100644 --- a/cpdftype.ml +++ b/cpdftype.ml @@ -18,7 +18,7 @@ type element = | VGlue of glue | NewLine | NewPage -| Font of (Pdftext.font * float) +| Font of (Cpdfembed.t * float) | BeginDest of Pdfdest.t | EndDest | BeginDocument diff --git a/cpdftype.mli b/cpdftype.mli index fad857e..308d2cd 100644 --- a/cpdftype.mli +++ b/cpdftype.mli @@ -10,7 +10,7 @@ type element = | VGlue of glue | NewLine | NewPage -| Font of (Pdftext.font * float) +| Font of (Cpdfembed.t * float) | BeginDest of Pdfdest.t | EndDest | BeginDocument