class HexaPDF::Content::Operator::SetSpacingMoveTextNextLineAndShowText

Implementation of the “ operator.

See: PDF1.7 s9.4.3

Public Class Methods

new() click to toggle source

Creates the operator.

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