Typesetting

From J Wiki
Jump to navigation Jump to search
T.png

he Typesetting area involves the presentation of textual material in graphic form on varios media, contains information related to characters, fonts, encodings, output formats on screen or printer.

APL::

Box Drawing::

General::

  • Attributed Text - defines attributed text commands as gl2 extension to draw in mixed fonts and colors
  • Font Fit - methods of drawing text at different points sizes with varying success of achieving precise positioning; allows to select a font and renders text fragments ranged in size containing the font name and size
  • Font Size - achieving consistent font size display accross platforms
  • OpenGL Fonts - portable methods of displaying text in OpenGL
  • Text Metrics - shows the font metrics information

See Also