.TH "fbcon_get_default_font" 9 "fbcon_get_default_font" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME fbcon_get_default_font \- get default font .SH SYNOPSIS .B "struct fbcon_font_desc *" fbcon_get_default_font .BI "(int " xres "," .BI "int " yres ");" .SH ARGUMENTS .IP "xres" 12 screen size of X .IP "yres" 12 screen size of Y .SH "DESCRIPTION" Get the default font for a specified screen size. Dimensions are in pixels. Returns NULL if no font is found, or a pointer to the chosen font.