mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
more
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user