mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-16 11:50:54 +01:00
Comments
This commit is contained in:
parent
77e33792b4
commit
9d85731c6c
@ -272,7 +272,7 @@ let format_paragraph indent j w s =
|
|||||||
let space_runs, space_width = runs_of_utf8 " " in
|
let space_runs, space_width = runs_of_utf8 " " in
|
||||||
let remaining = ref w in
|
let remaining = ref w in
|
||||||
let allops = ref [] in
|
let allops = ref [] in
|
||||||
let ops = ref [] in
|
let ops = ref [Pdfops.Op_Comment "Format paragraph"] in
|
||||||
let first = ref true in
|
let first = ref true in
|
||||||
let firstloop = ref true in
|
let firstloop = ref true in
|
||||||
let justify ops =
|
let justify ops =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user