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]