class HexaPDF::Content::Operator::SetHorizontalScaling
See: PDF2.0 s9.3.1
Implementation of the ‘Tz’ operator.
def initialize
def initialize super('Tz') end
def invoke(processor, scale) #:nodoc:
def invoke(processor, scale) #:nodoc: processor.graphics_state.horizontal_scaling = scale end