Line Art

Line Art is handled by the device functions to plot paths. See Paths Paths for more information.


\begin{lstlisting}
void fz_fill_path(fz_context *ctx, fz_device *dev, const fz_p...
...e_state *stroke, const fz_matrix *ctm, const fz_rect *scissor);
\end{lstlisting}