CanvasOperationFillText |
Type | statement |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax | fill text <mText> at <mPoint> on <mCanvas>
|
Associations | com.livecode.canvas |
Summary | Render filled text on a canvas.
|
Parameters | Name | Type | Description |
---|
mCanvas | | An expression which evaluates to a canvas.
|
mText | | An expression which evaluates to a string.
|
mPoint | | An expression which evaluates to a point.
|
|
Example |
set the font of this canvas to font "Helvetica"
fill text "Widget Label" at point [50,50] on this canvas
|
Description | Renders mText at mPoint on mCanvas using the current font setting.
|
Tags | canvas |