Class: Pdfrb::Content::Operator::ShowTextWithSpacing

Inherits:
Base
  • Object
show all
Defined in:
lib/pdfrb/content/operators/text_showing.rb

Class Method Summary collapse

Methods inherited from Base

register, serialize

Class Method Details

.invoke(processor, array) ⇒ Object



19
20
21
# File 'lib/pdfrb/content/operators/text_showing.rb', line 19

def self.invoke(processor, array)
  processor.show_text_array(array.to_a)
end

.nameObject



18
# File 'lib/pdfrb/content/operators/text_showing.rb', line 18

def self.name; "TJ"; end