# File lib/pdf/reader/text_receiver.rb, line 131
    def move_text_position (tx, ty)
      #puts "#{tx} #{ty} Td"
      calculate_line_and_location(@location + ty)
    end