class HexaPDF::Content::Operator::SetTextMatrix

Implementation of the 'Tm' operator.

See: PDF1.7 s9.4.2

Public Class Methods

new() click to toggle source

Creates the operator.

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