Jump to content

Tgif (program)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Shlomif (talk | contribs) at 08:36, 25 November 2009 (Rephrased to make the sentence more idiomatic.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Tgif (pronounced t-g-i-f) is an Xlib based interactive 2-D drawing tool under X11 for Unix, available on Linux and most Unix and Unix-like platforms. It was developed since 1990 and is free software released under the QPL license.

Tgif is one of the few free drawing programs that has, as well as a ruler, a usable grid.

Quirks

Because Tgif was developed long before a standard way for drawing programs to work, one might find it unfamiliar to use in a number of ways:

  • Although it might mention point sizes, it uses a unit that is 1/128 of an inch for point sizes. There is an option to display font sizes in points, the sizes are still subject to rounding to the nearest 1/128".
  • Unlike modern drawing programs, Tgif uses spline curves instead of Bézier curves.
  • Colour is not selected from a colour wheel or through controls that allows one to adjust colour values; instead, there is a named list with a short list of colours. To use a colour that is not in the list, one needs to add the colour to the list. This list gets saved with the drawing.
  • Fonts that can be used are listed in a configuration file. To use fonts that are not on the list, one has to change the configuration file.
  • Only fonts in the ISO 8859-1 encoding, “square” CJK fonts, and symbol or dingbat fonts can be used.
  • Rescaling can lead to ugly artifacts, which is probably due to the use of integer coordinates and roundoff errors.
  • In addition, because Tgif uses Xlib, which predated modern Unicode support, Tgif does not support Unicode in any form.

The Tgif file format

Tgif saves its drawings in a Prolog-based plain text file format. Partly because it is based on Prolog, there is little support from other programs for reading the Tgif file format.

Fonts are represented as PostScript font names. Originally, it was possible to print Tgif drawings in batch mode without using a X display; however, this changed somewhere in the 4.1 versions. Currently, printing drawings requires running Tgif on an X display unless the drawing only uses Times Roman, Helvetica, Courier, and Symbol fonts.