Revert to fonts not fontpacks in cpdftype

This commit is contained in:
John Whitington 2022-10-18 13:48:35 +01:00
parent c69628f76f
commit 07574323f7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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