AccurateRenderThreshold (system param)
This page applies to Harlequin v13.1r0 and later; both Harlequin Core and Harlequin MultiRIP
Param | Val | ExType | Vers | Use? | HPS | Ref |
S | i,b | H | Y | All |
Controls the rendering method used for characters. If the value is true
, characters are always rendered accurately, using a two-pass method that avoids drop-outs in very fine elements of the glyphs; if false
, a faster rendering method is used; if it is an integer, characters larger than the given pixel size use a fast rendering method and characters smaller than the threshold use a slower rendering method that is better at detail. A setting of 0
is equivalent of setting it to false
. The size is set in pixels.
Characters from zero size to /AccurateRenderThreshold
will use the two-pass renderer. Characters larger than /AccurateRenderThreshold
will use the “pixel-touching” rules that fills and strokes use.
Default: 140