Method: EideticPDF::DocumentWriter#width

Defined in:
lib/epdfdw.rb

#width(text) ⇒ Object

Returns width of a string as rendered using the current font.



522
523
524
# File 'lib/epdfdw.rb', line 522

def width(text)
  cur_page.width(text)
end