summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype/freetype-1.5/test/textdisp.h
blob: 829fc164804b6a2404599f35ed8060849788f736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/****************************************************************************/
/*                                                                          */
/*  The FreeType project -- a free and portable quality TrueType renderer.  */
/*                                                                          */
/*  Copyright 1996-2001 by                                                  */
/*  D. Turner, R.Wilhelm, and W. Lemberg                                    */
/*                                                                          */
/*  textdisp.h: Text-mode display component used by some test programs.     */
/*                                                                          */
/*  This file is used to display glyphs using only text, with ' ' and '*'.  */
/*                                                                          */
/****************************************************************************/

#ifndef TEXTDISP_H
#define TEXTDISP_H

#include "freetype.h" /* TT_Raster_Map */

#ifdef __cplusplus
  extern "C" {
#endif

  void  Show_Single_Glyph( const TT_Raster_Map*  map );

#ifdef __cplusplus
  }
#endif

#endif /* TEXTDISP_H */


/* End */