FontPropertyItalic

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
the italic of <mFont>
Associationscom.livecode.canvas
Summary

The italic setting of a font.

Parameters
NameTypeDescription
mFont

An expression which evaluates to a font.

Example
// Create a font
variable tFont as Font
put font "Arial" at size 20 into tFont

// Set the font to italic
set the italic of tFont to true
Description

The italic flag of mFont as a boolean. If true, then mFont is italic.

Tagscanvas