CanvasPropertyFont

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
the font of <mCanvas>
Associationscom.livecode.canvas
Summary

The current font of a canvas.

Parameters
NameTypeDescription
mCanvas

An expression which evaluates to a canvas.

Example
// Use 20pt Arial for text drawing on canvas
set the font of this canvas to font "Arial" at size 20
Description

The font used when drawing text on mCanvas as a font.

Tagscanvas