Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
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 )
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 
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 */
int FT_Error
Definition: fttypes.h:296
struct T42_GlyphSlotRec_ * T42_GlyphSlot
T42_Size_Request(FT_Size size, FT_Size_Request req)
Definition: t42objs.c:521
GLuint GLuint stream
FT_Driver_Class ttclazz
Definition: t42objs.h:57
unsigned long FT_ULong
Definition: fttypes.h:249
#define FT_END_HEADER
Definition: ftheader.h:54
T42_GlyphSlot_Load(FT_GlyphSlot glyph, FT_Size size, FT_UInt glyph_index, FT_Int32 load_flags)
Definition: t42objs.c:638
signed int FT_Int
Definition: fttypes.h:216
FT_BEGIN_HEADER struct T42_SizeRec_ * T42_Size
void * extension_component
Definition: t42objs.h:58
struct T42_DriverRec_ * T42_Driver
FT_BEGIN_HEADER struct T42_SizeRec_ T42_SizeRec
GLenum GLuint GLint GLenum face
T42_Driver_Done(FT_Module module)
Definition: t42objs.c:495
#define FT_BEGIN_HEADER
Definition: ftheader.h:36
FT_GlyphSlotRec root
Definition: t42objs.h:47
T42_Face_Done(FT_Face face)
Definition: t42objs.c:405
#define FT_LOCAL(x)
Definition: ftconfig.h:235
FT_SizeRec root
Definition: t42objs.h:38
T42_Size_Init(FT_Size size)
Definition: t42objs.c:502
signed int FT_Int32
Definition: ftconfig.h:132
T42_GlyphSlot_Init(FT_GlyphSlot slot)
Definition: t42objs.c:578
struct T42_DriverRec_ T42_DriverRec
T42_Driver_Init(FT_Module module)
Definition: t42objs.c:475
T42_Face_Init(FT_Stream stream, FT_Face face, FT_Int face_index, FT_Int num_params, FT_Parameter *params)
Definition: t42objs.c:156
GLenum const GLfloat * params
T42_Size_Done(FT_Size size)
Definition: t42objs.c:560
unsigned int FT_UInt
Definition: fttypes.h:227
struct T42_GlyphSlotRec_ T42_GlyphSlotRec
FT_DriverRec root
Definition: t42objs.h:56
FT_GlyphSlot ttslot
Definition: t42objs.h:48
GLsizeiptr size
T42_GlyphSlot_Done(FT_GlyphSlot slot)
Definition: t42objs.c:603
T42_Size_Select(FT_Size size, FT_ULong strike_index)
Definition: t42objs.c:540
FT_Size ttsize
Definition: t42objs.h:39