DOKK / manpages / debian 10 / ivtools-dev / ULabel.3u.en
ULabel(3U) InterViews Reference Manual ULabel(3U)

ULabel - structured graphic displaying one line of text

#include <Unidraw/Graphic/label.h>

A ULabel is a Graphic that displays one line of text. It stores a PSFont to define the font in which the text appears. With no transformation, the text will be drawn with its bounding box's lower-left corner at the origin.

Construct a label, supplying a null-terminated string in text and an optional graphic from which to obtain an initial set of graphics state. ULabel stores a copy text internally.
Return a pointer to the text that the label stores internally.

Graphic(3U), pspaint(3U)

1 February 1991 Unidraw