class HexaPDF::Content::Operator::SetHorizontalScaling

Implementation of the 'Tz' operator.

See: PDF1.7 s9.3.1

Public Class Methods

new() click to toggle source

Creates the operator.

# File lib/hexapdf/content/operator.rb, line 731
def initialize
  super('Tz')
end