class HexaPDF::Content::Operator::MoveTextNextLine
See: PDF2.0 s9.4.2
Implementation of the ‘T*’ operator.
def initialize
def initialize super('T*') end
def invoke(processor) #:nodoc:
def invoke(processor) #:nodoc: leading = processor.graphics_state.leading processor.operators[:Td].invoke(processor, 0, -leading) end