ReactOS 0.4.16-dev-2332-g4cba65d
woff2tags.h
Go to the documentation of this file.
1/****************************************************************************
2 *
3 * woff2tags.h
4 *
5 * WOFFF2 Font table tags (specification).
6 *
7 * Copyright (C) 2019-2020 by
8 * Nikhil Ramakrishnan, 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 WOFF2TAGS_H
20#define WOFF2TAGS_H
21
22
25
26
28
29
32
33
35
36#endif /* WOFF2TAGS_H */
37
38
39/* END */
#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
GLuint index
Definition: glext.h:6031
FT_BEGIN_HEADER woff2_known_tags(FT_Byte index)
Definition: woff2tags.c:32