class HexaPDF::Content::Operator::MoveText

Implementation of the 'Td' 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 851
def initialize
  super('Td')
end