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]
t1decode.h
Go to the documentation of this file.
1 /***************************************************************************/
2 /* */
3 /* t1decode.h */
4 /* */
5 /* PostScript Type 1 decoding routines (specification). */
6 /* */
7 /* Copyright 2000-2001, 2002, 2003 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 __T1DECODE_H__
20 #define __T1DECODE_H__
21 
22 
23 #include <ft2build.h>
24 #include FT_INTERNAL_POSTSCRIPT_AUX_H
25 #include FT_INTERNAL_TYPE1_TYPES_H
26 
27 
29 
30 
33 
34 
37  FT_UInt glyph_index );
38 
41  FT_Byte* base,
42  FT_UInt len );
43 
45  t1_decoder_init( T1_Decoder decoder,
46  FT_Face face,
47  FT_Size size,
48  FT_GlyphSlot slot,
49  FT_Byte** glyph_names,
50  PS_Blend blend,
51  FT_Bool hinting,
52  FT_Render_Mode hint_mode,
53  T1_Decoder_Callback parse_glyph );
54 
55  FT_LOCAL( void )
56  t1_decoder_done( T1_Decoder decoder );
57 
58 
60 
61 #endif /* __T1DECODE_H__ */
62 
63 
64 /* END */
int FT_Error
Definition: fttypes.h:296
#define FT_END_HEADER
Definition: ftheader.h:54
enum FT_Render_Mode_ FT_Render_Mode
FT_Error(* T1_Decoder_Callback)(T1_Decoder decoder, FT_UInt glyph_index)
Definition: psaux.h:635
t1_decoder_done(T1_Decoder decoder)
Definition: t1decode.c:1614
FT_BEGIN_HEADER typedef unsigned char FT_Bool
Definition: fttypes.h:104
GLenum GLuint GLint GLenum face
unsigned char FT_Byte
Definition: fttypes.h:150
#define FT_BEGIN_HEADER
Definition: ftheader.h:36
FT_BEGIN_HEADER FT_CALLBACK_TABLE const T1_Decoder_FuncsRec t1_decoder_funcs
Definition: t1decode.h:32
#define FT_LOCAL(x)
Definition: ftconfig.h:235
GLenum GLsizei len
t1_decoder_parse_glyph(T1_Decoder decoder, FT_UInt glyph_index)
Definition: t1decode.c:1557
t1_decoder_init(T1_Decoder decoder, FT_Face face, FT_Size size, FT_GlyphSlot slot, FT_Byte **glyph_names, PS_Blend blend, FT_Bool hinting, FT_Render_Mode hint_mode, T1_Decoder_Callback parse_glyph)
Definition: t1decode.c:1566
t1_decoder_parse_charstrings(T1_Decoder decoder, FT_Byte *base, FT_UInt len)
Definition: t1decode.c:361
#define FT_CALLBACK_TABLE
Definition: ftconfig.h:332
unsigned int FT_UInt
Definition: fttypes.h:227
GLsizeiptr size