Add font_finalise.

This commit is contained in:
Michael Drake 2013-10-23 21:32:16 +01:00
parent 897cbb7df1
commit 4fa77f9686

View File

@ -34,6 +34,11 @@ bool fb_font_init(void)
return true;
}
bool fb_font_finalise(void)
{
return true;
}
const struct fb_font_desc*
fb_get_font(const plot_font_style_t *fstyle)
{