ReactOS 0.4.16-dev-1059-gb1cf981
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-2019 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 <ft2build.h>
24#include "t1objs.h"
25
26
28
29
32 FT_Pos* max_advance );
33
38 FT_Int32 load_flags,
39 FT_Fixed* advances );
40
44 FT_UInt glyph_index,
45 FT_Int32 load_flags );
46
47
49
50#endif /* T1GLOAD_H_ */
51
52
53/* END */
#define FT_LOCAL(x)
Definition: ftconfig.h:386
#define FT_END_HEADER
Definition: ftheader.h:54
#define FT_BEGIN_HEADER
Definition: ftheader.h:36
FT_BEGIN_HEADER typedef signed long FT_Pos
Definition: ftimage.h:58
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:393
FT_BEGIN_HEADER T1_Compute_Max_Advance(T1_Face face, FT_Pos *max_advance)
Definition: t1gload.c:213
T1_Get_Advances(FT_Face face, FT_UInt first, FT_UInt count, FT_Int32 load_flags, FT_Fixed *advances)
Definition: t1gload.c:298