mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-16 11:50:54 +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
|
| VGlue of glue
|
||||||
| NewLine
|
| NewLine
|
||||||
| NewPage
|
| NewPage
|
||||||
| Font of (Cpdfembed.t * float)
|
| Font of (Pdftext.font * float)
|
||||||
| BeginDest of Pdfdest.t
|
| BeginDest of Pdfdest.t
|
||||||
| EndDest
|
| EndDest
|
||||||
| BeginDocument
|
| BeginDocument
|
||||||
|
@ -10,7 +10,7 @@ type element =
|
|||||||
| VGlue of glue
|
| VGlue of glue
|
||||||
| NewLine
|
| NewLine
|
||||||
| NewPage
|
| NewPage
|
||||||
| Font of (Cpdfembed.t * float)
|
| Font of (Pdftext.font * float)
|
||||||
| BeginDest of Pdfdest.t
|
| BeginDest of Pdfdest.t
|
||||||
| EndDest
|
| EndDest
|
||||||
| BeginDocument
|
| BeginDocument
|
||||||
|
Loading…
x
Reference in New Issue
Block a user