ReactOS 0.4.15-dev-7924-g5949c20
t42objs.h
Go to the documentation of this file.
1/***************************************************************************/
2/* */
3/* t42objs.h */
4/* */
5/* Type 42 objects manager (specification). */
6/* */
7/* Copyright 2002-2018 by */
8/* Roberto Alameda. */
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 T42OBJS_H_
20#define T42OBJS_H_
21
22#include <ft2build.h>
23#include FT_FREETYPE_H
24#include FT_TYPE1_TABLES_H
25#include FT_INTERNAL_TYPE1_TYPES_H
26#include "t42types.h"
27#include FT_INTERNAL_OBJECTS_H
28#include FT_INTERNAL_DRIVER_H
29#include FT_SERVICE_POSTSCRIPT_CMAPS_H
30#include FT_INTERNAL_POSTSCRIPT_HINTS_H
31
32
34
35
36 /* Type42 size */
37 typedef struct T42_SizeRec_
38 {
41
43
44
45 /* Type42 slot */
46 typedef struct T42_GlyphSlotRec_
47 {
50
52
53
54 /* Type 42 driver */
55 typedef struct T42_DriverRec_
56 {
59
61
62
63 /* */
64
65
69 FT_Int face_index,
70 FT_Int num_params,
72
73
74 FT_LOCAL( void )
76
77
80
81
84 FT_Size_Request req );
85
86
89 FT_ULong strike_index );
90
91
92 FT_LOCAL( void )
94
95
98
99
103 FT_UInt glyph_index,
104 FT_Int32 load_flags );
105
106 FT_LOCAL( void )
108
109
112
113 FT_LOCAL( void )
115
116 /* */
117
119
120
121#endif /* T42OBJS_H_ */
122
123
124/* END */
#define FT_LOCAL(x)
Definition: ftconfig.h:387
#define FT_END_HEADER
Definition: ftheader.h:54
#define FT_BEGIN_HEADER
Definition: ftheader.h:36
unsigned long FT_ULong
Definition: fttypes.h:253
int FT_Error
Definition: fttypes.h:300
unsigned int FT_UInt
Definition: fttypes.h:231
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
FT_DriverRec root
Definition: t42objs.h:57
FT_Driver_Class ttclazz
Definition: t42objs.h:58
FT_GlyphSlotRec root
Definition: t42objs.h:48
FT_GlyphSlot ttslot
Definition: t42objs.h:49
FT_SizeRec root
Definition: t42objs.h:39
FT_Size ttsize
Definition: t42objs.h:40
Definition: vfat.h:185
Definition: parse.h:23
T42_GlyphSlot_Init(FT_GlyphSlot slot)
Definition: t42objs.c:578
FT_BEGIN_HEADER struct T42_SizeRec_ * T42_Size
T42_Size_Init(FT_Size size)
Definition: t42objs.c:502
struct T42_DriverRec_ * T42_Driver
FT_BEGIN_HEADER struct T42_SizeRec_ T42_SizeRec
struct T42_GlyphSlotRec_ T42_GlyphSlotRec
T42_Driver_Done(FT_Module module)
Definition: t42objs.c:495
T42_Driver_Init(FT_Module module)
Definition: t42objs.c:475
T42_GlyphSlot_Load(FT_GlyphSlot glyph, FT_Size size, FT_UInt glyph_index, FT_Int32 load_flags)
Definition: t42objs.c:638
struct T42_DriverRec_ T42_DriverRec
T42_Size_Done(FT_Size size)
Definition: t42objs.c:560
T42_Size_Request(FT_Size size, FT_Size_Request req)
Definition: t42objs.c:521
T42_GlyphSlot_Done(FT_GlyphSlot slot)
Definition: t42objs.c:603
T42_Face_Done(FT_Face face)
Definition: t42objs.c:405
T42_Size_Select(FT_Size size, FT_ULong strike_index)
Definition: t42objs.c:540
struct T42_GlyphSlotRec_ * T42_GlyphSlot
T42_Face_Init(FT_Stream stream, FT_Face face, FT_Int face_index, FT_Int num_params, FT_Parameter *params)
Definition: t42objs.c:164