mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-03-15 11:00:15 +01:00
more
This commit is contained in:
parent
04b395a526
commit
202f364b4f
@ -149,6 +149,7 @@ let rec ops_of_drawop pdf endpage filename bates batespad num page = function
|
||||
let o = Pdftext.write_font pdf (Pdftext.StandardFont (s, Pdftext.WinAnsiEncoding)) in
|
||||
let n = fresh_name "/F" in
|
||||
Hashtbl.add res.fonts n o;
|
||||
res.current_font <- (Pdftext.StandardFont (s, Pdftext.WinAnsiEncoding));
|
||||
[Pdfops.Op_Tf (n, f)]
|
||||
| BT -> [Pdfops.Op_BT]
|
||||
| ET -> [Pdfops.Op_ET]
|
||||
|
Loading…
x
Reference in New Issue
Block a user