Skip to content

Commit be5e1d3

Browse files
committed
itf-14: Negate textyoffset to fix positioning with new text alignment feature
1 parent 6bbe5ae commit be5e1d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/itf14.ps.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ begin
5353
/textfont /Courier def
5454
/textsize 10.0 def
5555
/textxoffset 0.0 def
56-
/textyoffset 3.5 def
56+
/textyoffset -3.5 def
5757
/height 0.5 def
5858
/showborder true def
5959
/borderwidth 4.0 def

0 commit comments

Comments
 (0)