zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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, 2003, 2006, 2007, 2011 by Roberto Alameda. */
8 /* */
9 /* This file is part of the FreeType project, and may only be used, */
10 /* modified, and distributed under the terms of the FreeType project */
11 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
12 /* this file you indicate that you have read the license and */
13 /* understand and accept it fully. */
14 /* */
15 /***************************************************************************/
16 
17 
18 #ifndef __T42OBJS_H__
19 #define __T42OBJS_H__
20 
21 #include <ft2build.h>
22 #include FT_FREETYPE_H
23 #include FT_TYPE1_TABLES_H
24 #include FT_INTERNAL_TYPE1_TYPES_H
25 #include "t42types.h"
26 #include FT_INTERNAL_OBJECTS_H
27 #include FT_INTERNAL_DRIVER_H
28 #include FT_SERVICE_POSTSCRIPT_CMAPS_H
29 #include FT_INTERNAL_POSTSCRIPT_HINTS_H
30 
31 
33 
34 
35  /* Type42 size */
36  typedef struct T42_SizeRec_
37  {
40 
42 
43 
44  /* Type42 slot */
45  typedef struct T42_GlyphSlotRec_
46  {
49 
51 
52 
53  /* Type 42 driver */
54  typedef struct T42_DriverRec_
55  {
59 
61 
62 
63  /* */
64 
65 
68  FT_Face face,
69  FT_Int face_index,
70  FT_Int num_params,
72 
73 
74  FT_LOCAL( void )
75  T42_Face_Done( FT_Face face );
76 
77 
80 
81 
84  FT_Size_Request req );
85 
86 
89  FT_ULong strike_index );
90 
91 
92  FT_LOCAL( void )
93  T42_Size_Done( FT_Size size );
94 
95 
98 
99 
100  FT_LOCAL( FT_Error )
102  FT_Size size,
103  FT_UInt glyph_index,
104  FT_Int32 load_flags );
105 
106  FT_LOCAL( void )
108 
109 
110  FT_LOCAL( FT_Error )
111  T42_Driver_Init( FT_Module module );
112 
113  FT_LOCAL( void )
114  T42_Driver_Done( FT_Module module );
115 
116  /* */
117 
119 
120 
121 #endif /* __T42OBJS_H__ */
122 
123 
124 /* END */
T42_GlyphSlot_Done(FT_GlyphSlot t42slot)
Definition: t42objs.c:602
int FT_Error
Definition: fttypes.h:296
struct T42_GlyphSlotRec_ * T42_GlyphSlot
FT_Driver_Class ttclazz
Definition: t42objs.h:57
T42_Driver_Init(FT_Module module)
Definition: t42objs.c:474
unsigned long FT_ULong
Definition: fttypes.h:249
T42_Size_Init(FT_Size size)
Definition: t42objs.c:501
#define FT_END_HEADER
Definition: ftheader.h:54
signed int FT_Int
Definition: fttypes.h:216
GLuint GLuint stream
Definition: glew.h:6573
FT_BEGIN_HEADER struct T42_SizeRec_ * T42_Size
void * extension_component
Definition: t42objs.h:58
T42_GlyphSlot_Load(FT_GlyphSlot glyph, FT_Size size, FT_UInt glyph_index, FT_Int32 load_flags)
Definition: t42objs.c:637
struct T42_DriverRec_ * T42_Driver
T42_Face_Init(FT_Stream stream, FT_Face t42face, FT_Int face_index, FT_Int num_params, FT_Parameter *params)
Definition: t42objs.c:156
FT_BEGIN_HEADER struct T42_SizeRec_ T42_SizeRec
T42_Size_Done(FT_Size t42size)
Definition: t42objs.c:559
T42_GlyphSlot_Init(FT_GlyphSlot t42slot)
Definition: t42objs.c:577
#define FT_BEGIN_HEADER
Definition: ftheader.h:36
GLenum GLvoid ** params
Definition: gl2ext.h:806
#define FT_LOCAL(x)
Definition: ftconfig.h:466
T42_Size_Select(FT_Size t42size, FT_ULong strike_index)
Definition: t42objs.c:539
FT_GlyphSlotRec root
Definition: t42objs.h:47
FT_SizeRec root
Definition: t42objs.h:38
GLenum face
Definition: gl2ext.h:1490
T42_Size_Request(FT_Size t42size, FT_Size_Request req)
Definition: t42objs.c:520
struct T42_DriverRec_ T42_DriverRec
unsigned int FT_UInt
Definition: fttypes.h:227
struct T42_GlyphSlotRec_ T42_GlyphSlotRec
T42_Face_Done(FT_Face t42face)
Definition: t42objs.c:404
FT_DriverRec root
Definition: t42objs.h:56
FT_GlyphSlot ttslot
Definition: t42objs.h:48
T42_Driver_Done(FT_Module module)
Definition: t42objs.c:494
FT_Size ttsize
Definition: t42objs.h:39
GLsizei size
Definition: gl2ext.h:1467