Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 421 Bytes

File metadata and controls

24 lines (14 loc) · 421 Bytes

stroke.strokeHinting

Availability

Flash 8.

Usage

stroke.strokeHinting

Description

Property; a Boolean value that specifies whether stroke hinting is set on the stroke.

Example

The following example enables stroke hinting for the stroke:

var myStroke = fl.getDocumentDOM().getCustomStroke(); 
myStroke.strokeHinting = true; 
fl.getDocumentDOM().setCustomStroke(myStroke);