# File lib/pdf/reader/page_state.rb, line 132 def move_text_position_and_set_leading(x, y) # TD set_text_leading(-1 * y) move_text_position(x, y) end