ReactOS 0.4.16-dev-2358-g0df3463
sfobjs.h
Go to the documentation of this file.
1/****************************************************************************
2 *
3 * sfobjs.h
4 *
5 * SFNT object management (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 SFOBJS_H_
20#define SFOBJS_H_
21
22
25
26
28
29
33 FT_Int face_instance_index,
34 FT_Int num_params,
36
40 FT_Int face_instance_index,
41 FT_Int num_params,
43
44 FT_LOCAL( void )
46
49 FT_UShort nameid,
50 FT_String** name );
51
52
54
55#endif /* SFOBJS_H_ */
56
57
58/* END */
#define FT_LOCAL(x)
#define FT_END_HEADER
Definition: ftheader.h:57
#define FT_BEGIN_HEADER
Definition: ftheader.h:37
int FT_Error
Definition: fttypes.h:299
unsigned short FT_UShort
Definition: fttypes.h:209
char FT_String
Definition: fttypes.h:187
signed int FT_Int
Definition: fttypes.h:220
GLenum GLuint GLint GLenum face
Definition: glext.h:7025
GLenum const GLfloat * params
Definition: glext.h:5645
tt_face_get_name(TT_Face face, FT_UShort nameid, FT_String **name)
Definition: sfobjs.c:132
sfnt_load_face(FT_Stream stream, TT_Face face, FT_Int face_instance_index, FT_Int num_params, FT_Parameter *params)
Definition: sfobjs.c:768
FT_BEGIN_HEADER sfnt_init_face(FT_Stream stream, TT_Face face, FT_Int face_instance_index, FT_Int num_params, FT_Parameter *params)
Definition: sfobjs.c:478
sfnt_done_face(TT_Face face)
Definition: sfobjs.c:1376
Definition: name.c:39
Definition: parse.h:23