zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ftpatent.c File Reference
#include <ft2build.h>
#include <FT_FREETYPE_H>
#include <FT_TRUETYPE_TAGS_H>
#include <FT_INTERNAL_OBJECTS_H>
#include <FT_INTERNAL_STREAM_H>
#include <FT_SERVICE_SFNT_H>
#include <FT_SERVICE_TRUETYPE_GLYF_H>

Go to the source code of this file.

Functions

static FT_Bool _tt_check_patents_in_range (FT_Stream stream, FT_ULong size)
 
static FT_Bool _tt_check_patents_in_table (FT_Face face, FT_ULong tag)
 
static FT_Bool _tt_face_check_patents (FT_Face face)
 
 FT_Face_CheckTrueTypePatents (FT_Face face)
 
 FT_Face_SetUnpatentedHinting (FT_Face face, FT_Bool value)
 

Function Documentation

static FT_Bool _tt_check_patents_in_range ( FT_Stream  stream,
FT_ULong  size 
)
static
static FT_Bool _tt_check_patents_in_table ( FT_Face  face,
FT_ULong  tag 
)
static
FT_Face_CheckTrueTypePatents ( FT_Face  face)

Definition at line 250 of file ftpatent.c.

References _tt_face_check_patents(), FALSE, FT_Bool, and FT_IS_SFNT.

FT_Face_SetUnpatentedHinting ( FT_Face  face,
FT_Bool  value 
)

Definition at line 265 of file ftpatent.c.

References FALSE, FT_Bool, FT_IS_SFNT, and FT_UNUSED.