ReactOS 0.4.16-dev-2354-g16de117
ftpatent.c
Go to the documentation of this file.
1/****************************************************************************
2 *
3 * ftpatent.c
4 *
5 * FreeType API for checking patented TrueType bytecode instructions
6 * (body). Obsolete, retained for backward compatibility.
7 *
8 * Copyright (C) 2007-2020 by
9 * David Turner.
10 *
11 * This file is part of the FreeType project, and may only be used,
12 * modified, and distributed under the terms of the FreeType project
13 * license, LICENSE.TXT. By continuing to use, modify, or distribute
14 * this file you indicate that you have read the license and
15 * understand and accept it fully.
16 *
17 */
18
19#include <freetype/freetype.h>
20#include <freetype/tttags.h>
25
26
27 /* documentation is in freetype.h */
28
31 {
32 FT_UNUSED( face );
33
34 return FALSE;
35 }
36
37
38 /* documentation is in freetype.h */
39
43 {
44 FT_UNUSED( face );
46
47 return FALSE;
48 }
49
50/* END */
#define FT_EXPORT_DEF(x)
#define FALSE
Definition: types.h:117
FT_Face_CheckTrueTypePatents(FT_Face face)
Definition: ftpatent.c:30
FT_Face_SetUnpatentedHinting(FT_Face face, FT_Bool value)
Definition: ftpatent.c:41
FT_BEGIN_HEADER typedef unsigned char FT_Bool
Definition: fttypes.h:108
GLenum GLuint GLint GLenum face
Definition: glext.h:7025
#define FT_UNUSED(arg)
Definition: pdh_main.c:96