fbcon_get_default_font(9)
NAME
fbcon_get_default_font - get default font
SYNOPSIS
struct fbcon_font_desc * fbcon_get_default_font (int xres, int yres);
ARGUMENTS
xres screen size of X
yres screen size of Y
DESCRIPTION
Get the default font for a specified screen size. Dimen
sions are in pixels.
- Returns NULL if no font is found, or a pointer to the cho
sen font.