.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "GET_DEFAULT_FONT" "9" "09 October 2005" "" ""
.SH NAME
get_default_font \- get default font
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct font_desc * get_default_font (int \fIxres\fB, int \fIyres\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIxres\fB\fR
screen size of X
.TP
\fB\fIyres\fB\fR
screen size of Y
.SH "DESCRIPTION"
.PP
Get the default font for a specified screen size.
Dimensions are in pixels.
.PP
Returns NULL if no font is found, or a pointer to the
chosen font.