This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Paradigm | imperative, typesetting |
---|---|
Designed by | John D. Hobby |
Developer | Taco Hoekwater, Luigi Scarso |
First appeared | 1994 |
Stable release | 1.8
/ 17 June 2013 |
Preview release | 2.0rc2
/ 19 February 2018 |
Typing discipline | duck, dynamic, strong |
OS | Cross-platform |
License | LGPL |
Website | tug |
Influenced by | |
Metafont |
MetaPost refers to both a programming language and the interpreter of the MetaPost programming language. Both are derived from Donald Knuth's Metafont language and interpreter. MetaPost produces vector graphic diagrams from a geometric/algebraic description. The language shares Metafont's declarative syntax for manipulating lines, curves, points and geometric transformations. However,
Many of the limitations of MetaPost derive from features of Metafont. For instance, MetaPost does not support all features of PostScript. Most notably, paths can have only one segment (so that regions are simply connected), and regions can be filled only with uniform colours. PostScript level 1 supports tiled patterns and PostScript 3 supports Gouraud shading.