Method: EideticPDF::DocumentWriter#font_size
- Defined in:
- lib/epdfdw.rb
#font_size(size = nil) ⇒ Object
Set font size, returning previous font size. If no size is specified, returns current font size.
size
-
Size of font in points.
621 622 623 |
# File 'lib/epdfdw.rb', line 621 def font_size(size=nil) cur_page.font_size(size) end |