ReactOS 0.4.16-dev-2358-g0df3463
winfnt.h
Go to the documentation of this file.
1/****************************************************************************
2 *
3 * winfnt.h
4 *
5 * FreeType font driver for Windows FNT/FON files
6 *
7 * Copyright (C) 1996-2020 by
8 * David Turner, Robert Wilhelm, and Werner Lemberg.
9 * Copyright 2007 Dmitry Timoshkov for Codeweavers
10 *
11 * This file is part of the FreeType project, and may only be used,
12 * modified, and distributed under the terms of the FreeType project
13 * license, LICENSE.TXT. By continuing to use, modify, or distribute
14 * this file you indicate that you have read the license and
15 * understand and accept it fully.
16 *
17 */
18
19
20#ifndef WINFNT_H_
21#define WINFNT_H_
22
23
24#include <freetype/ftwinfnt.h>
26
27
29
30
31 typedef struct WinMZ_HeaderRec_
32 {
34 /* skipped content */
36
38
39
40 typedef struct WinNE_HeaderRec_
41 {
43 /* skipped content */
46
48
49
50 typedef struct WinPE32_HeaderRec_
51 {
55 /* skipped content */
57 /* skipped content */
59 /* skipped content */
62 /* skipped content */
63
65
66
67 typedef struct WinPE32_SectionRec_
68 {
70 /* skipped content */
74 /* skipped content */
75
77
78
79 typedef struct WinPE_RsrcDirRec_
80 {
87
89
90
92 {
95
97
98
100 {
105
107
108
109 typedef struct WinNameInfoRec_
110 {
117
119
120
121 typedef struct WinResourceInfoRec_
122 {
125
127
128
129#define WINFNT_MZ_MAGIC 0x5A4D
130#define WINFNT_NE_MAGIC 0x454E
131#define WINFNT_PE_MAGIC 0x4550
132
133
134 typedef struct FNT_FontRec_
135 {
137
139
143
145
146
147 typedef struct FNT_FaceRec_
148 {
151
153
154
156
157
159
160
161#endif /* WINFNT_H_ */
162
163
164/* END */
#define FT_EXPORT_VAR(x)
#define FT_END_HEADER
Definition: ftheader.h:57
#define FT_BEGIN_HEADER
Definition: ftheader.h:37
unsigned long FT_ULong
Definition: fttypes.h:253
unsigned char FT_Byte
Definition: fttypes.h:154
unsigned short FT_UShort
Definition: fttypes.h:209
char FT_String
Definition: fttypes.h:187
FNT_Font font
Definition: winfnt.h:150
FT_FaceRec root
Definition: winfnt.h:149
FT_WinFNT_HeaderRec header
Definition: winfnt.h:138
FT_ULong offset
Definition: winfnt.h:136
FT_Byte * fnt_frame
Definition: winfnt.h:140
FT_ULong fnt_size
Definition: winfnt.h:141
FT_String * family_name
Definition: winfnt.h:142
FT_UShort lfanew
Definition: winfnt.h:35
FT_UShort magic
Definition: winfnt.h:33
FT_UShort rname_tab_offset
Definition: winfnt.h:45
FT_UShort resource_tab_offset
Definition: winfnt.h:44
FT_UShort magic
Definition: winfnt.h:42
FT_UShort handle
Definition: winfnt.h:115
FT_UShort offset
Definition: winfnt.h:111
FT_UShort flags
Definition: winfnt.h:113
FT_UShort usage
Definition: winfnt.h:116
FT_UShort length
Definition: winfnt.h:112
FT_UShort id
Definition: winfnt.h:114
FT_ULong rsrc_size
Definition: winfnt.h:61
FT_ULong magic
Definition: winfnt.h:52
FT_UShort number_of_sections
Definition: winfnt.h:54
FT_UShort machine
Definition: winfnt.h:53
FT_ULong rsrc_virtual_address
Definition: winfnt.h:60
FT_UShort size_of_optional_header
Definition: winfnt.h:56
FT_UShort magic32
Definition: winfnt.h:58
FT_ULong virtual_address
Definition: winfnt.h:71
FT_ULong size_of_raw_data
Definition: winfnt.h:72
FT_ULong pointer_to_raw_data
Definition: winfnt.h:73
FT_ULong offset_to_data
Definition: winfnt.h:101
FT_ULong time_date_stamp
Definition: winfnt.h:82
FT_UShort minor_version
Definition: winfnt.h:84
FT_ULong characteristics
Definition: winfnt.h:81
FT_UShort number_of_id_entries
Definition: winfnt.h:86
FT_UShort number_of_named_entries
Definition: winfnt.h:85
FT_UShort major_version
Definition: winfnt.h:83
FT_UShort count
Definition: winfnt.h:124
FT_UShort type_id
Definition: winfnt.h:123
Definition: name.c:39
FT_CALLBACK_TABLE_DEF const FT_Driver_ClassRec winfnt_driver_class
Definition: winfnt.c:1163
FT_BEGIN_HEADER struct WinMZ_HeaderRec_ WinMZ_HeaderRec
struct WinPE32_SectionRec_ WinPE32_SectionRec
struct WinNE_HeaderRec_ WinNE_HeaderRec
struct WinPE_RsrcDataEntryRec_ WinPE_RsrcDataEntryRec
struct FNT_FaceRec_ FNT_FaceRec
struct WinPE32_HeaderRec_ WinPE32_HeaderRec
struct WinPE_RsrcDirEntryRec_ WinPE_RsrcDirEntryRec
struct FNT_FontRec_ FNT_FontRec
struct FNT_FontRec_ * FNT_Font
struct FNT_FaceRec_ * FNT_Face
struct WinResourceInfoRec_ WinResourceInfoRec
struct WinPE_RsrcDirRec_ WinPE_RsrcDirRec
struct WinNameInfoRec_ WinNameInfoRec