ReactOS 0.4.16-dev-2354-g16de117
ttpload.h
Go to the documentation of this file.
1/****************************************************************************
2 *
3 * ttpload.h
4 *
5 * TrueType-specific tables 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 TTPLOAD_H_
20#define TTPLOAD_H_
21
22
24
25
27
28
32
35 FT_UInt gindex,
36 FT_UInt *asize );
37
38 FT_LOCAL( void )
40
44
48
49
53
54
58
59
60 FT_LOCAL( void )
62
63
66 FT_UInt ppem,
67 FT_UInt gindex );
68
70
71#endif /* TTPLOAD_H_ */
72
73
74/* END */
#define FT_LOCAL(x)
#define FT_END_HEADER
Definition: ftheader.h:57
#define FT_BEGIN_HEADER
Definition: ftheader.h:37
unsigned long FT_ULong
Definition: fttypes.h:253
unsigned char FT_Byte
Definition: fttypes.h:154
int FT_Error
Definition: fttypes.h:299
unsigned int FT_UInt
Definition: fttypes.h:231
GLenum GLuint GLint GLenum face
Definition: glext.h:7025
Definition: parse.h:23
tt_face_load_prep(TT_Face face, FT_Stream stream)
Definition: ttpload.c:468
FT_BEGIN_HEADER tt_face_load_loca(TT_Face face, FT_Stream stream)
Definition: ttpload.c:63
tt_face_load_cvt(TT_Face face, FT_Stream stream)
Definition: ttpload.c:321
tt_face_free_hdmx(TT_Face face)
Definition: ttpload.c:611
tt_face_get_device_metrics(TT_Face face, FT_UInt ppem, FT_UInt gindex)
Definition: ttpload.c:628
tt_face_load_fpgm(TT_Face face, FT_Stream stream)
Definition: ttpload.c:404
tt_face_load_hdmx(TT_Face face, FT_Stream stream)
Definition: ttpload.c:531
tt_face_done_loca(TT_Face face)
Definition: ttpload.c:290
tt_face_get_location(TT_Face face, FT_UInt gindex, FT_UInt *asize)
Definition: ttpload.c:196