Method: HexaPDF::Content::Operator::SetSpacingMoveTextNextLineAndShowText#invoke
- Defined in:
- lib/hexapdf/content/operator.rb
#invoke(processor, word_space, char_space, text) ⇒ Object
:nodoc:
972 973 974 975 976 |
# File 'lib/hexapdf/content/operator.rb', line 972 def invoke(processor, word_space, char_space, text) #:nodoc: processor.operators[:Tw].invoke(processor, word_space) processor.operators[:Tc].invoke(processor, char_space) processor.operators[:"'"].invoke(processor, text) end |