Signature
This component arranges a top label, a main signature body view, and a bottom label inside a frame.
Constructors
Signature
Signature creates a new, empty TSignature.
Methods
| Method | Description |
|---|---|
Body(v core.View) | Body sets the main body view of the signature. |
BottomText(text string) | BottomText sets the text displayed below the signature body. |
Frame(frame ui.Frame) | Frame sets the frame of the signature container. |
TopText(text string) | TopText sets the text displayed above the signature body. |