Method: EideticPDF::DocumentWriter#text_ascent
- Defined in:
- lib/epdfdw.rb
#text_ascent(units = nil) ⇒ Object
Returns text ascent, based on the current font.
units-
Units the value is returned in.
534 535 536 |
# File 'lib/epdfdw.rb', line 534 def text_ascent(units=nil) cur_page.text_ascent(units) end |