Font File Font Type Font Name in MiniGUI.cfg
8x16-iso8859-1.bin Raw Bitmap Font rbf-fixed-rrncnn-8-16-ISO8859-1
Courier-rr-10-15.vbf Var Bitmap Font vbf-Courier-rrncnn-10-15-ISO8859-1
Helv
/* $Id: font.c 21840 2006-05-07 18:56:52Z ion $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: Xbox HAL
* FILE: hal/halx86/xbox/font.h
* PURPOSE:
/*
* font.h -- `Soft' font definitions
*
* Created 1995 by Geert Uytterhoeven
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING
#include
#include
#include
static int fontresize(Font*, int, int, int);
static int freeup(Font*);
#define PJW 0 /* use NUL==pjw for invisible characters */
int
cachechars(Fo
/* $Id: font.c 21840 2006-05-07 18:56:52Z ion $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: Xbox HAL
* FILE: hal/halx86/xbox/font.h
* PURPOSE: