MohoView:SetQualityFlags(qualityFlags)
Version added: before 9.5
Arguments:
Name | Type | Description | Default | Ver |
qualityFlags | int32 | Sum of Display Quality constants | < 9.5 |
Return value:
void
The argument is a sum of the Display Quality constants. For example, if you need to only enable fills and strokes, use the following:
See also: MohoView:QualityFlags
moho.view:SetQualityFlags(MOHO.LDQ_FILLS + MOHO.LDQ_OUTLINES)
See also: MohoView:QualityFlags
Search results
Usage of 'SetQualityFlags' is found in the following scripts:
MR Overlay (Moho 13.5 Edition) by eugenebabich
View Code
MR Overlay (Moho 14.1+ Edition) by eugenebabich
View Code
MR Path (Original Edition) by eugenebabich
View Code