ReactOS 0.4.15-dev-7958-gcd0bb1a
raw.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS VGA Font Editor
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Raw bitmap fonts
5 * COPYRIGHT: Copyright 2008 Colin Finck (colin@reactos.org)
6 */
7
8#ifndef __RAW_H
9#define __RAW_H
10
11typedef struct _BITMAP_FONT
12{
13 UCHAR Bits[2048];
15
16#endif
struct _BITMAP_FONT * PBITMAP_FONT
struct _BITMAP_FONT BITMAP_FONT
UCHAR Bits[2048]
Definition: raw.h:13
unsigned char UCHAR
Definition: xmlstorage.h:181