Population

Once created, characters can be added to the fz_text object either singly:


\begin{lstlisting}
/*
fz_show_glyph: Add a glyph/unicode value to a text object...
...evel, fz_bidi_direction markup_dir, fz_text_language language);
\end{lstlisting}

or a (unicode) string at a time:


\begin{lstlisting}
/*
fz_show_string: Add a UTF8 string to a text object.
\par
...
...evel, fz_bidi_direction markup_dir, fz_text_language language);
\end{lstlisting}