gint/src/tales/tales_configuration.c

12 lines
202 B
C

#include <tales_internals.h>
#include <tales.h>
/*
text_configure()
Sets the font and mode to use for the following print operations.
*/
void text_configure(struct Font *font)
{
font = next_font;
}