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
>
21
#include <
freetype/internal/ftobjs.h
>
22
#include <
freetype/internal/ftstream.h
>
23
#include <
freetype/internal/services/svsfnt.h
>
24
#include <
freetype/internal/services/svttglyf.h
>
25
26
27
/* documentation is in freetype.h */
28
29
FT_EXPORT_DEF
(
FT_Bool
)
30
FT_Face_CheckTrueTypePatents
(
FT_Face
face
)
31
{
32
FT_UNUSED
(
face
);
33
34
return
FALSE
;
35
}
36
37
38
/* documentation is in freetype.h */
39
40
FT_EXPORT_DEF
(
FT_Bool
)
41
FT_Face_SetUnpatentedHinting
(
FT_Face
face
,
42
FT_Bool
value
)
43
{
44
FT_UNUSED
(
face
);
45
FT_UNUSED
(
value
);
46
47
return
FALSE
;
48
}
49
50
/* END */
FT_EXPORT_DEF
#define FT_EXPORT_DEF(x)
Definition:
compiler-macros.h:255
FALSE
#define FALSE
Definition:
types.h:117
freetype.h
ftobjs.h
FT_Face_CheckTrueTypePatents
FT_Face_CheckTrueTypePatents(FT_Face face)
Definition:
ftpatent.c:30
FT_Face_SetUnpatentedHinting
FT_Face_SetUnpatentedHinting(FT_Face face, FT_Bool value)
Definition:
ftpatent.c:41
ftstream.h
FT_Bool
FT_BEGIN_HEADER typedef unsigned char FT_Bool
Definition:
fttypes.h:108
face
GLenum GLuint GLint GLenum face
Definition:
glext.h:7025
FT_UNUSED
#define FT_UNUSED(arg)
Definition:
public-macros.h:114
FT_FaceRec_
Definition:
freetype.h:1029
svsfnt.h
svttglyf.h
tttags.h
value
Definition:
pdh_main.c:96
sdk
lib
3rdparty
freetype
src
base
ftpatent.c
Generated on Mon Mar 9 2026 06:15:02 for ReactOS by
1.9.6