class HexaPDF::Content::Operator::EndText

Implementation of the 'ET' operator.

See: PDF1.7 s9.4.1

Public Class Methods

new() click to toggle source

Creates the operator.

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