Skip to main content

CanvasPropertyFont

Type

operator

Summary

The current font of a canvas.

Syntax

the font of <mCanvas>

Description

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

Parameters

NameTypeDescription

mCanvas

An expression which evaluates to a canvas.

Examples

// Use 20pt Arial for text drawing on canvas
set the font of this canvas to font "Arial" at size 20
Thank you for your feedback!

Was this page helpful?