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