ReactOS 0.4.15-dev-7942-gd23573b
cffobjs.h
Go to the documentation of this file.
1/***************************************************************************/
2/* */
3/* cffobjs.h */
4/* */
5/* OpenType objects manager (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 CFFOBJS_H_
20#define CFFOBJS_H_
21
22
23#include <ft2build.h>
24
25
27
28
30 cff_size_init( FT_Size size ); /* CFF_Size */
31
32 FT_LOCAL( void )
33 cff_size_done( FT_Size size ); /* CFF_Size */
34
37 FT_Size_Request req );
38
39#ifdef TT_CONFIG_OPTION_EMBEDDED_BITMAPS
40
42 cff_size_select( FT_Size size,
43 FT_ULong strike_index );
44
45#endif
46
47 FT_LOCAL( void )
49
52
53
54 /*************************************************************************/
55 /* */
56 /* Face functions */
57 /* */
60 FT_Face face, /* CFF_Face */
61 FT_Int face_index,
62 FT_Int num_params,
64
65 FT_LOCAL( void )
66 cff_face_done( FT_Face face ); /* CFF_Face */
67
68
69 /*************************************************************************/
70 /* */
71 /* Driver functions */
72 /* */
74 cff_driver_init( FT_Module module ); /* PS_Driver */
75
76 FT_LOCAL( void )
77 cff_driver_done( FT_Module module ); /* PS_Driver */
78
79
81
82#endif /* CFFOBJS_H_ */
83
84
85/* END */
cff_slot_done(FT_GlyphSlot slot)
Definition: cffobjs.c:351
cff_slot_init(FT_GlyphSlot slot)
Definition: cffobjs.c:358
cff_face_done(FT_Face face)
Definition: cffobjs.c:1123
cff_size_request(FT_Size size, FT_Size_Request req)
Definition: cffobjs.c:275
cff_driver_done(FT_Module module)
Definition: cffobjs.c:1200
cff_face_init(FT_Stream stream, FT_Face face, FT_Int face_index, FT_Int num_params, FT_Parameter *params)
Definition: cffobjs.c:490
cff_driver_init(FT_Module module)
Definition: cffobjs.c:1158
cff_size_done(FT_Size size)
Definition: cffobjs.c:83
FT_BEGIN_HEADER cff_size_init(FT_Size size)
Definition: cffobjs.c:165
#define FT_LOCAL(x)
Definition: ftconfig.h:387
#define FT_END_HEADER
Definition: ftheader.h:54
#define FT_BEGIN_HEADER
Definition: ftheader.h:36
unsigned long FT_ULong
Definition: fttypes.h:253
int FT_Error
Definition: fttypes.h:300
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