ReactOS 0.4.16-dev-1059-gb1cf981
ttcpal.h
Go to the documentation of this file.
1/****************************************************************************
2 *
3 * ttcpal.h
4 *
5 * TrueType and OpenType color palette support (specification).
6 *
7 * Copyright (C) 2018-2019 by
8 * David Turner, Robert Wilhelm, and Werner Lemberg.
9 *
10 * Originally written by Shao Yu Zhang <shaozhang@fb.com>.
11 *
12 * This file is part of the FreeType project, and may only be used,
13 * modified, and distributed under the terms of the FreeType project
14 * license, LICENSE.TXT. By continuing to use, modify, or distribute
15 * this file you indicate that you have read the license and
16 * understand and accept it fully.
17 *
18 */
19
20
21#ifndef __TTCPAL_H__
22#define __TTCPAL_H__
23
24
25#include <ft2build.h>
26#include "ttload.h"
27
28
30
31
35
36 FT_LOCAL( void )
38
41 FT_UInt palette_index );
42
43
45
46
47#endif /* __TTCPAL_H__ */
48
49/* END */
#define FT_LOCAL(x)
Definition: ftconfig.h:386
#define FT_END_HEADER
Definition: ftheader.h:54
#define FT_BEGIN_HEADER
Definition: ftheader.h:36
int FT_Error
Definition: fttypes.h:299
unsigned int FT_UInt
Definition: fttypes.h:231
GLenum GLuint GLint GLenum face
Definition: glext.h:7025
Definition: parse.h:23
FT_BEGIN_HEADER tt_face_load_cpal(TT_Face face, FT_Stream stream)
tt_face_palette_set(TT_Face face, FT_UInt palette_index)
tt_face_free_cpal(TT_Face face)