
NAME
fbcon_find_font - find a font
SYNOPSIS
struct fbcon_font_desc * fbcon_find_font (char *name);
ARGUMENTS
name string name of a font
DESCRIPTION
Find a specified font with string name name.
Returns NULL if no font found, or a pointer to the specified font.