Class: Pdfrb::Content::Operator::RenderingMode

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

Class Method Summary collapse

Methods inherited from Base

register, serialize

Class Method Details

.invoke(processor, mode) ⇒ Object



51
52
53
# File 'lib/pdfrb/content/operators/text_state.rb', line 51

def self.invoke(processor, mode)
  processor.update_text_state(rendering_mode: mode.to_i)
end

.nameObject



50
# File 'lib/pdfrb/content/operators/text_state.rb', line 50

def self.name; "Tr"; end