[mmDrawv] [Up] [mmAppend] Image Creation

mmText
Create a binary image of a text.

Synopsis

Image mmText ( const String& txt );

Input

txt String

Text to be written.

Output

y Image [ Binary image ]

Description

mmText creates the binary image y of the text txt. The background of y is 0, while its foreground is 1. The text should be composed only by lower and upper case letters.

See also

mmDraw Superpose rectangles and lines on an image. Obsolete, use mmdrawv.
[mmDrawv] [Up] [mmAppend]