summaryrefslogtreecommitdiff
path: root/src/autofit/afdummy.h
blob: 6d3ab444ee75a72f9d5a4a22dbd23b755066de27 (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__ */