ReactOS 0.4.15-dev-7953-g1f49173
pfrsbit.h
Go to the documentation of this file.
1/***************************************************************************/
2/* */
3/* pfrsbit.h */
4/* */
5/* FreeType PFR bitmap loader (specification). */
6/* */
7/* Copyright 2002-2018 by */
8/* 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 PFRSBIT_H_
20#define PFRSBIT_H_
21
22#include "pfrobjs.h"
23
25
29 FT_UInt glyph_index,
30 FT_Bool metrics_only );
31
33
34#endif /* PFRSBIT_H_ */
35
36
37/* END */
#define FT_LOCAL(x)
Definition: ftconfig.h:387
#define FT_END_HEADER
Definition: ftheader.h:54
#define FT_BEGIN_HEADER
Definition: ftheader.h:36
FT_BEGIN_HEADER typedef unsigned char FT_Bool
Definition: fttypes.h:108
int FT_Error
Definition: fttypes.h:300
unsigned int FT_UInt
Definition: fttypes.h:231
GLsizeiptr size
Definition: glext.h:5919
FT_BEGIN_HEADER pfr_slot_load_bitmap(PFR_Slot glyph, PFR_Size size, FT_UInt glyph_index, FT_Bool metrics_only)
Definition: pfrsbit.c:579