class PDF::Reader::TextReceiver

def move_text_position (tx, ty)

PDF operator Td
###############################################################################
def move_text_position (tx, ty)
  #puts "#{tx} #{ty} Td"
  calculate_line_and_location(@location + ty)
end