#include <stdio.h>
#include <stdlib.h>
#include "pgm_font.h"


void initialize_font(char *ffile)
{
	/* ADD CODE HERE */

        return;
}