ULabel - structured graphic displaying one line of text
Contents
Description
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.
Name
ULabel - structured graphic displaying one line of text
Public Operations
ULabel(constchar*text,Graphic*=nil)
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.
constchar*GetOriginal()
Return a pointer to the text that the label stores internally.
See Also
Graphic(3U), pspaint(3U) Unidraw 1 February 1991 ULabel(3U)
Synopsis
#include<Unidraw/Graphic/label.h>
