Extending Flash |
|
|
|
| Objects > Stroke object > stroke.strokeHinting | |||
Flash 8.
stroke.strokeHinting
Property; a Boolean value that specifies whether stroke hinting is set on the stroke.
The following example enables stroke hinting for the stroke:
var myStroke = fl.getDocumentDOM().getCustomStroke(); myStroke.strokeHinting = true; fl.getDocumentDOM().setCustomStroke(myStroke);
|
|
|
|