class HexaPDF::Content::Operator::SetTextRise

See: PDF2.0 s9.3.1
Implementation of the ‘Ts’ operator.

def initialize

Creates the operator.
def initialize
  super('Ts')
end

def invoke(processor, rise) #:nodoc:

:nodoc:
def invoke(processor, rise) #:nodoc:
  processor.graphics_state.text_rise = rise
end