Contents
Summary
The environment
\starteffect ... \stopeffect
is to trigger a font effect
Settings
Description
This environment triggers a font effect as defined by
\defineeffect
. The PDF backend is capable of adding some special processing to the font glyph representation in the output.
Examples
Example 1
-
% here is the outline feature \defineeffect[outline][alternative=outer,rulethickness=.25pt] \definedfont[Serif at 40pt] \starteffect[outline] And here is the magic. \stopeffect
-