Method: PDF::Writer::Graphics#text_render_style!
- Defined in:
- lib/pdf/writer/graphics.rb
#text_render_style!(style) ⇒ Object
Forces the text rendering style to be set, even if it’s the same as the current style.
473 474 475 |
# File 'lib/pdf/writer/graphics.rb', line 473 def text_render_style!(style) @current_text_render_style = style end |