Method: MuPDF::Box#width

Defined in:
lib/mupdf/box.rb

#widthBigDecimal



64
65
66
# File 'lib/mupdf/box.rb', line 64

def width
  @r - @l
end