mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-01-22 06:33:10 +01:00
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
Block a user