aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/freetype2/src/autofit/afdummy.h
blob: f4594c0f9f950614fee1225e2a960950cbed252a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef __AFDUMMY_H__
#define __AFDUMMY_H__

#include "aftypes.h"

FT_BEGIN_HEADER

 /* a dummy script metrics class used when no hinting should
  * be performed. This is the default for non-latin glyphs !
  */

  FT_LOCAL( const AF_ScriptClassRec )    af_dummy_script_class;

/* */

FT_END_HEADER

#endif /* __AFDUMMY_H__ */