From 81e3970a0c62a8cb0f986255d82a5d291c867418 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Thu, 18 Nov 2021 15:32:58 -0800 Subject: [PATCH] more --- cpdftype.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/cpdftype.ml b/cpdftype.ml index 7398358..412d8a2 100644 --- a/cpdftype.ml +++ b/cpdftype.ml @@ -41,6 +41,7 @@ let example = NewLine; newpara 10.; indent 72.; + Font (Pdftext.StandardFont (Pdftext.TimesItalic, Pdftext.WinAnsiEncoding), 10.); Text (of_utf8 "The second paragraph"); NewPage]