Method: FPDF#SetLineWidth
- Defined in:
- lib/fpdf.rb
#SetLineWidth(width) ⇒ Object
388 389 390 391 392 |
# File 'lib/fpdf.rb', line 388 def SetLineWidth(width) # Set line width @LineWidth=width out(sprintf('%.2f w',width*@k)) if @page>0 end |