ReactOS 0.4.16-dev-2332-g4cba65d
t1gload.h
Go to the documentation of this file.
1/****************************************************************************
2 *
3 * t1gload.h
4 *
5 * Type 1 Glyph Loader (specification).
6 *
7 * Copyright (C) 1996-2020 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 T1GLOAD_H_
20#define T1GLOAD_H_
21
22
23#include "t1objs.h"
24
25
27
28
31 FT_Pos* max_advance );
32
37 FT_Int32 load_flags,
38 FT_Fixed* advances );
39
43 FT_UInt glyph_index,
44 FT_Int32 load_flags );
45
46
48
49#endif /* T1GLOAD_H_ */
50
51
52/* END */
#define FT_LOCAL(x)
#define FT_END_HEADER
Definition: ftheader.h:57
#define FT_BEGIN_HEADER
Definition: ftheader.h:37
FT_BEGIN_HEADER typedef signed long FT_Pos
Definition: ftimage.h:57
signed long FT_Fixed
Definition: fttypes.h:287
int FT_Error
Definition: fttypes.h:299
unsigned int FT_UInt
Definition: fttypes.h:231
GLuint GLuint GLsizei count
Definition: gl.h:1545
GLsizeiptr size
Definition: glext.h:5919
GLenum GLuint GLint GLenum face
Definition: glext.h:7025
const GLint * first
Definition: glext.h:5794
T1_Load_Glyph(FT_GlyphSlot glyph, FT_Size size, FT_UInt glyph_index, FT_Int32 load_flags)
Definition: t1gload.c:392
FT_BEGIN_HEADER T1_Compute_Max_Advance(T1_Face face, FT_Pos *max_advance)
Definition: t1gload.c:212
T1_Get_Advances(FT_Face face, FT_UInt first, FT_UInt count, FT_Int32 load_flags, FT_Fixed *advances)
Definition: t1gload.c:297