Module: Origami::Text

Defined in:
lib/origami/graphics/text.rb

Defined Under Namespace

Modules: Rendering Classes: State, TextStateError

Constant Summary collapse

OPERATORS =
[
  'Tc', 'Tw', 'Tz', 'TL', 'Tf', 'Tr', 'Ts',   # Text state
  'BT', 'ET',                                 # Text objects
  'Td', 'TD', 'Tm', 'T*',                     # Positioning
  'Tj', "'", '"', 'TJ'                        # Showing
]