ReactOS 0.4.15-dev-7924-g5949c20
sfobjs.h
Go to the documentation of this file.
1/***************************************************************************/
2/* */
3/* sfobjs.h */
4/* */
5/* SFNT object management (specification). */
6/* */
7/* Copyright 1996-2018 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
23#include <ft2build.h>
24#include FT_INTERNAL_SFNT_H
25#include FT_INTERNAL_OBJECTS_H
26
27
29
30
34 FT_Int face_instance_index,
35 FT_Int num_params,
37
41 FT_Int face_instance_index,
42 FT_Int num_params,
44
45 FT_LOCAL( void )
47
50 FT_UShort nameid,
51 FT_String** name );
52
53
55
56#endif /* SFDRIVER_H_ */
57
58
59/* END */
#define FT_LOCAL(x)
Definition: ftconfig.h:387
#define FT_END_HEADER
Definition: ftheader.h:54
#define FT_BEGIN_HEADER
Definition: ftheader.h:36
int FT_Error
Definition: fttypes.h:300
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:1134
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:854
sfnt_done_face(TT_Face face)
Definition: sfobjs.c:1710
Definition: name.c:39
Definition: parse.h:23