mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-04-22 05:57:30 +02: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 o = Pdftext.write_font pdf (Pdftext.StandardFont (s, Pdftext.WinAnsiEncoding)) in
|
||||||
let n = fresh_name "/F" in
|
let n = fresh_name "/F" in
|
||||||
Hashtbl.add res.fonts n o;
|
Hashtbl.add res.fonts n o;
|
||||||
|
res.current_font <- (Pdftext.StandardFont (s, Pdftext.WinAnsiEncoding));
|
||||||
[Pdfops.Op_Tf (n, f)]
|
[Pdfops.Op_Tf (n, f)]
|
||||||
| BT -> [Pdfops.Op_BT]
|
| BT -> [Pdfops.Op_BT]
|
||||||
| ET -> [Pdfops.Op_ET]
|
| ET -> [Pdfops.Op_ET]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user