Revert to fonts not fontpacks in cpdftype
This commit is contained in:
parent
c69628f76f
commit
07574323f7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue