Display List Device

The Display list device simply records all the calls made to it in a list. This list can then be played back later, potentially multiple times and with different transforms, to other devices.


\begin{lstlisting}
/*
fz_new_list_device: Create a rendering device for a displ...
...ce *fz_new_list_device(fz_context *ctx, fz_display_list *list);
\end{lstlisting}

For more details of the uses of Display Lists, see DisplayLists DisplayLists.