From 7531cf6a15424ccb2e1ec6eec97ed220aeb15087 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Tue, 27 Sep 2022 18:07:05 +0100 Subject: [PATCH] more --- cpdfcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 867ae0b..30987f9 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -3060,7 +3060,7 @@ let embed_font pdf = Filename.remove_extension filename in let font = Cpdfembed.embed_truetype pdf ~fontfile ~fontname ~codepoints:[] ~encoding:args.fontencoding in - Some font, Some (pdf, fontfile, args.fontname, args.fontencoding) + Some font, Some (pdf, fontfile, fontname, args.fontencoding) | None -> Some (Pdftext.StandardFont (f, args.fontencoding)), None end