Skip to content

Commit 2901ed4

Browse files
authored
Update dictionary entry
Font name typo
1 parent 4268d87 commit 2901ed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/src/canvas.lcb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3831,7 +3831,7 @@ Returns: The bounding box of <mText> when drawn at point 0,0 with font <mFont>.
38313831
Example:
38323832
// Set up tFont as size 18 Arial
38333833
variable tFont as Font
3834-
put font "Arail" at size 18 into tFont
3834+
put font "Arial" at size 18 into tFont
38353835

38363836
// Measure text with tFont
38373837
variable tBounds as Rectangle

0 commit comments

Comments
 (0)