# File lib/barby/outputter/cairo_outputter.rb, line 138 def height(options={}) if barcode.two_dimensional? encoding.size * xdim(options) else @height || options[:height] || 50 end end