ReactOS 0.4.16-dev-2354-g16de117
cffgload.h
Go to the documentation of this file.
1/****************************************************************************
2 *
3 * cffgload.h
4 *
5 * OpenType Glyph 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 CFFGLOAD_H_
20#define CFFGLOAD_H_
21
22
23#include <freetype/freetype.h>
25
26
28
31 FT_UInt glyph_index,
34 FT_LOCAL( void )
38
39
40#if 0 /* unused until we support pure CFF fonts */
41
42 /* Compute the maximum advance width of a font through quick parsing */
44 cff_compute_max_advance( TT_Face face,
45 FT_Int* max_advance );
46
47#endif /* 0 */
48
49
53 FT_UInt glyph_index,
54 FT_Int32 load_flags );
55
56
58
59#endif /* CFFGLOAD_H_ */
60
61
62/* END */
cff_slot_load(CFF_GlyphSlot glyph, CFF_Size size, FT_UInt glyph_index, FT_Int32 load_flags)
Definition: cffgload.c:194
FT_BEGIN_HEADER cff_get_glyph_data(TT_Face face, FT_UInt glyph_index, FT_Byte **pointer, FT_ULong *length)
Definition: cffgload.c:44
cff_free_glyph_data(TT_Face face, FT_Byte **pointer, FT_ULong length)
Definition: cffgload.c:80
#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
signed int FT_Int
Definition: fttypes.h:220
GLsizeiptr size
Definition: glext.h:5919
GLsizei const GLvoid * pointer
Definition: glext.h:5848
GLenum GLuint GLint GLenum face
Definition: glext.h:7025
GLuint GLsizei GLsizei * length
Definition: glext.h:6040