ReactOS 0.4.16-dev-1025-gd3456f5
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-2019 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 <ft2build.h>
25#include FT_WINFONTS_H
26#include FT_INTERNAL_DRIVER_H
27
28
30
31
32 typedef struct WinMZ_HeaderRec_
33 {
35 /* skipped content */
37
39
40
41 typedef struct WinNE_HeaderRec_
42 {
44 /* skipped content */
47
49
50
51 typedef struct WinPE32_HeaderRec_
52 {
56 /* skipped content */
58 /* skipped content */
60 /* skipped content */
63 /* skipped content */
64
66
67
68 typedef struct WinPE32_SectionRec_
69 {
71 /* skipped content */
75 /* skipped content */
76
78
79
80 typedef struct WinPE_RsrcDirRec_
81 {
88
90
91
93 {
96
98
99
101 {
106
108
109
110 typedef struct WinNameInfoRec_
111 {
118
120
121
122 typedef struct WinResourceInfoRec_
123 {
126
128
129
130#define WINFNT_MZ_MAGIC 0x5A4D
131#define WINFNT_NE_MAGIC 0x454E
132#define WINFNT_PE_MAGIC 0x4550
133
134
135 typedef struct FNT_FontRec_
136 {
138
140
144
146
147
148 typedef struct FNT_FaceRec_
149 {
152
154
155
157
158
160
161
162#endif /* WINFNT_H_ */
163
164
165/* END */
#define FT_EXPORT_VAR(x)
Definition: ftconfig.h:505
#define FT_END_HEADER
Definition: ftheader.h:54
#define FT_BEGIN_HEADER
Definition: ftheader.h:36
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:151
FT_FaceRec root
Definition: winfnt.h:150
FT_WinFNT_HeaderRec header
Definition: winfnt.h:139
FT_ULong offset
Definition: winfnt.h:137
FT_Byte * fnt_frame
Definition: winfnt.h:141
FT_ULong fnt_size
Definition: winfnt.h:142
FT_String * family_name
Definition: winfnt.h:143
FT_UShort lfanew
Definition: winfnt.h:36
FT_UShort magic
Definition: winfnt.h:34
FT_UShort rname_tab_offset
Definition: winfnt.h:46
FT_UShort resource_tab_offset
Definition: winfnt.h:45
FT_UShort magic
Definition: winfnt.h:43
FT_UShort handle
Definition: winfnt.h:116
FT_UShort offset
Definition: winfnt.h:112
FT_UShort flags
Definition: winfnt.h:114
FT_UShort usage
Definition: winfnt.h:117
FT_UShort length
Definition: winfnt.h:113
FT_UShort id
Definition: winfnt.h:115
FT_ULong rsrc_size
Definition: winfnt.h:62
FT_ULong magic
Definition: winfnt.h:53
FT_UShort number_of_sections
Definition: winfnt.h:55
FT_UShort machine
Definition: winfnt.h:54
FT_ULong rsrc_virtual_address
Definition: winfnt.h:61
FT_UShort size_of_optional_header
Definition: winfnt.h:57
FT_UShort magic32
Definition: winfnt.h:59
FT_ULong virtual_address
Definition: winfnt.h:72
FT_ULong size_of_raw_data
Definition: winfnt.h:73
FT_ULong pointer_to_raw_data
Definition: winfnt.h:74
FT_ULong offset_to_data
Definition: winfnt.h:102
FT_ULong time_date_stamp
Definition: winfnt.h:83
FT_UShort minor_version
Definition: winfnt.h:85
FT_ULong characteristics
Definition: winfnt.h:82
FT_UShort number_of_id_entries
Definition: winfnt.h:87
FT_UShort number_of_named_entries
Definition: winfnt.h:86
FT_UShort major_version
Definition: winfnt.h:84
FT_UShort count
Definition: winfnt.h:125
FT_UShort type_id
Definition: winfnt.h:124
Definition: name.c:39
FT_CALLBACK_TABLE_DEF const FT_Driver_ClassRec winfnt_driver_class
Definition: winfnt.c:1160
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