ReactOS 0.4.16-dev-1990-gfa5cf28
vgafont.h
Go to the documentation of this file.
1/*
2 * PROJECT: FreeLoader
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: VGA font 8x16
5 * COPYRIGHT: Copyright 2004 Gé van Geldorp <gvg@reactos.org>
6 */
7
8#pragma once
9
10#define CHAR_WIDTH 8
11#define CHAR_HEIGHT 16
12
13extern const UCHAR BitmapFont8x16[256 * CHAR_HEIGHT];
14
15/* EOF */
const UCHAR BitmapFont8x16[256 *CHAR_HEIGHT]
Definition: vgafont.c:13
#define CHAR_HEIGHT
Definition: vgafont.h:11
unsigned char UCHAR
Definition: xmlstorage.h:181