ReactOS 0.4.16-dev-1093-g93e9710
cidobjs.h
Go to the documentation of this file.
1/****************************************************************************
2 *
3 * cidobjs.h
4 *
5 * CID objects manager (specification).
6 *
7 * Copyright (C) 1996-2019 by
8 * David Turner, Robert Wilhelm, and Werner Lemberg.
9 *
10 * This file is part of the FreeType project, and may only be used,
11 * modified, and distributed under the terms of the FreeType project
12 * license, LICENSE.TXT. By continuing to use, modify, or distribute
13 * this file you indicate that you have read the license and
14 * understand and accept it fully.
15 *
16 */
17
18
19#ifndef CIDOBJS_H_
20#define CIDOBJS_H_
21
22
23#include <ft2build.h>
24#include FT_INTERNAL_OBJECTS_H
25#include FT_CONFIG_CONFIG_H
26#include FT_INTERNAL_TYPE1_TYPES_H
27
28
30
31
32 /* The following structures must be defined by the hinter */
33 typedef struct CID_Size_Hints_ CID_Size_Hints;
34 typedef struct CID_Glyph_Hints_ CID_Glyph_Hints;
35
36
37 /**************************************************************************
38 *
39 * @Type:
40 * CID_Driver
41 *
42 * @Description:
43 * A handle to a Type 1 driver object.
44 */
45 typedef struct CID_DriverRec_* CID_Driver;
46
47
48 /**************************************************************************
49 *
50 * @Type:
51 * CID_Size
52 *
53 * @Description:
54 * A handle to a Type 1 size object.
55 */
56 typedef struct CID_SizeRec_* CID_Size;
57
58
59 /**************************************************************************
60 *
61 * @Type:
62 * CID_GlyphSlot
63 *
64 * @Description:
65 * A handle to a Type 1 glyph slot object.
66 */
68
69
70 /**************************************************************************
71 *
72 * @Type:
73 * CID_CharMap
74 *
75 * @Description:
76 * A handle to a Type 1 character mapping object.
77 *
78 * @Note:
79 * The Type 1 format doesn't use a charmap but an encoding table.
80 * The driver is responsible for making up charmap objects
81 * corresponding to these tables.
82 */
83 typedef struct CID_CharMapRec_* CID_CharMap;
84
85
86 /**************************************************************************
87 *
88 * HERE BEGINS THE TYPE 1 SPECIFIC STUFF
89 *
90 */
91
92
93 typedef struct CID_SizeRec_
94 {
97
99
100
101 typedef struct CID_GlyphSlotRec_
102 {
104
107
110
112
113
114 FT_LOCAL( void )
116
119
120
121 FT_LOCAL( void )
122 cid_size_done( FT_Size size ); /* CID_Size */
123
125 cid_size_init( FT_Size size ); /* CID_Size */
126
128 cid_size_request( FT_Size size, /* CID_Size */
129 FT_Size_Request req );
130
133 FT_Face face, /* CID_Face */
134 FT_Int face_index,
135 FT_Int num_params,
137
138 FT_LOCAL( void )
139 cid_face_done( FT_Face face ); /* CID_Face */
140
141
144
145 FT_LOCAL( void )
147
148
150
151#endif /* CIDOBJS_H_ */
152
153
154/* END */
typedefFT_BEGIN_HEADER struct CID_Size_Hints_ CID_Size_Hints
Definition: cidobjs.h:33
struct CID_Glyph_Hints_ CID_Glyph_Hints
Definition: cidobjs.h:34
cid_size_init(FT_Size size)
Definition: cidobjs.c:132
cid_slot_init(FT_GlyphSlot slot)
Definition: cidobjs.c:58
struct CID_SizeRec_ CID_SizeRec
struct CID_GlyphSlotRec_ * CID_GlyphSlot
Definition: cidobjs.h:67
struct CID_DriverRec_ * CID_Driver
Definition: cidobjs.h:45
cid_size_done(FT_Size size)
Definition: cidobjs.c:112
cid_face_done(FT_Face face)
Definition: cidobjs.c:196
struct CID_CharMapRec_ * CID_CharMap
Definition: cidobjs.h:83
cid_slot_done(FT_GlyphSlot slot)
Definition: cidobjs.c:51
cid_driver_init(FT_Module driver)
Definition: cidobjs.c:474
struct CID_SizeRec_ * CID_Size
Definition: cidobjs.h:56
struct CID_GlyphSlotRec_ CID_GlyphSlotRec
cid_driver_done(FT_Module driver)
Definition: cidobjs.c:528
cid_size_request(FT_Size size, FT_Size_Request req)
Definition: cidobjs.c:157
cid_face_init(FT_Stream stream, FT_Face face, FT_Int face_index, FT_Int num_params, FT_Parameter *params)
Definition: cidobjs.c:285
#define FT_LOCAL(x)
Definition: ftconfig.h:386
#define FT_END_HEADER
Definition: ftheader.h:54
#define FT_BEGIN_HEADER
Definition: ftheader.h:36
FT_BEGIN_HEADER typedef unsigned char FT_Bool
Definition: fttypes.h:108
signed long FT_Fixed
Definition: fttypes.h:287
int FT_Error
Definition: fttypes.h:299
signed int FT_Int
Definition: fttypes.h:220
GLsizeiptr size
Definition: glext.h:5919
GLenum GLuint GLint GLenum face
Definition: glext.h:7025
GLenum const GLfloat * params
Definition: glext.h:5645
struct @1717::@1718 driver
FT_Fixed x_scale
Definition: cidobjs.h:108
FT_Bool hint
Definition: cidobjs.h:105
FT_Fixed y_scale
Definition: cidobjs.h:109
FT_Bool scaled
Definition: cidobjs.h:106
FT_GlyphSlotRec root
Definition: cidobjs.h:103
FT_SizeRec root
Definition: cidobjs.h:95
FT_Bool valid
Definition: cidobjs.h:96
Definition: vfat.h:185
Definition: parse.h:23