# File lib/prawn/measurements.rb, line 59
    def dm2pt(dm)
      return mm2pt(dm2mm(dm))
    end