Initializes the font for use. Needs to be called to set the index list.
Initializes the font for use. Needs to be called to set the index list.
\begin{lstlisting}
\begin{lstlisting}
int orgfx_init_vector_font(orgfx_vector_font font);
int orgfx_init_vector_font(orgfx_vector_font font);
\end{lstlisting}
\end{lstlisting}
\subsubsection{orgfx\_put\_vector\_text}
\subsubsection{orgfx\_put\_vector\_char}
\textbf{CURRENTLY UNDER REVISION}
Prints one glyph from the font with the current transformation matrix. If the glyph is not supported in the font the function will return without doing anything.
Prints a string of characters using a vector font. This function sets the transformation matrix from the \textit{offset}, \textit{scale} and \textit{rotation} parameters, then makes a series of calls to \textbf{orgfx\_put\_vector\_char}.