ReactOS 0.4.16-dev-2354-g16de117
cffobjs.h
Go to the documentation of this file.
1/****************************************************************************
2 *
3 * cffobjs.h
4 *
5 * OpenType objects manager (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 CFFOBJS_H_
20#define CFFOBJS_H_
21
22
23
24
26
27
29 cff_size_init( FT_Size size ); /* CFF_Size */
30
31 FT_LOCAL( void )
32 cff_size_done( FT_Size size ); /* CFF_Size */
33
36 FT_Size_Request req );
37
38#ifdef TT_CONFIG_OPTION_EMBEDDED_BITMAPS
39
41 cff_size_select( FT_Size size,
42 FT_ULong strike_index );
43
44#endif
45
46 FT_LOCAL( void )
48
51
52
53 /**************************************************************************
54 *
55 * Face functions
56 */
59 FT_Face face, /* CFF_Face */
60 FT_Int face_index,
61 FT_Int num_params,
63
64 FT_LOCAL( void )
65 cff_face_done( FT_Face face ); /* CFF_Face */
66
67
68 /**************************************************************************
69 *
70 * Driver functions
71 */
73 cff_driver_init( FT_Module module ); /* PS_Driver */
74
75 FT_LOCAL( void )
76 cff_driver_done( FT_Module module ); /* PS_Driver */
77
78
80
81#endif /* CFFOBJS_H_ */
82
83
84/* END */
cff_slot_done(FT_GlyphSlot slot)
Definition: cffobjs.c:359
cff_slot_init(FT_GlyphSlot slot)
Definition: cffobjs.c:367
cff_face_done(FT_Face face)
Definition: cffobjs.c:1134
cff_size_request(FT_Size size, FT_Size_Request req)
Definition: cffobjs.c:283
cff_driver_done(FT_Module module)
Definition: cffobjs.c:1211
cff_face_init(FT_Stream stream, FT_Face face, FT_Int face_index, FT_Int num_params, FT_Parameter *params)
Definition: cffobjs.c:499
cff_driver_init(FT_Module module)
Definition: cffobjs.c:1169
cff_size_done(FT_Size size)
Definition: cffobjs.c:81
FT_BEGIN_HEADER cff_size_init(FT_Size size)
Definition: cffobjs.c:163
#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
int FT_Error
Definition: fttypes.h:299
signed int FT_Int
Definition: fttypes.h:220
GLsizeiptr size
Definition: glext.h:5919
GLenum GLuint GLint GLenum face
Definition: glext.h:7025
GLenum const GLfloat * params
Definition: glext.h:5645
Definition: vfat.h:185
Definition: parse.h:23