ReactOS
0.4.16-dev-59-gd481587
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
11
typedef
struct
_BITMAP_FONT
12
{
13
UCHAR
Bits
[2048];
14
}
BITMAP_FONT
, *
PBITMAP_FONT
;
15
16
#endif
PBITMAP_FONT
struct _BITMAP_FONT * PBITMAP_FONT
BITMAP_FONT
struct _BITMAP_FONT BITMAP_FONT
_BITMAP_FONT
Definition:
raw.h:12
_BITMAP_FONT::Bits
UCHAR Bits[2048]
Definition:
raw.h:13
UCHAR
unsigned char UCHAR
Definition:
xmlstorage.h:181
modules
rosapps
applications
devutils
vgafontedit
raw.h
Generated on Thu Sep 19 2024 06:13:48 for ReactOS by
1.9.6