Class: Pdfrb::Content::Operator::CharSpacing
- Defined in:
- lib/pdfrb/content/operators/text_state.rb
Overview
Text-state operators (s9.3). Each updates a slot in the Processor's current TextState.
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.invoke(processor, n) ⇒ Object
11 12 13 |
# File 'lib/pdfrb/content/operators/text_state.rb', line 11 def self.invoke(processor, n) processor.update_text_state(char_spacing: n.to_f) end |
.name ⇒ Object
10 |
# File 'lib/pdfrb/content/operators/text_state.rb', line 10 def self.name; "Tc"; end |