Typo.
[ttfautohint.git] / src / tadummy.h
blob6b7c371743e82c6bcdc67bf67f1c37ab234ea85a
1 /* tadummy.h */
3 /*
4 * Copyright (C) 2011 by Werner Lemberg.
6 * This file is part of the ttfautohint library, and may only be used,
7 * modified, and distributed under the terms given in `COPYING'. By
8 * continuing to use, modify, or distribute this file you indicate that you
9 * have read `COPYING' and understand and accept it fully.
11 * The file `COPYING' mentioned in the previous paragraph is distributed
12 * with the ttfautohint library.
16 /* originally file `afdummy.h' (2011-Mar-28) from FreeType */
18 /* heavily modified 2011 by Werner Lemberg <wl@gnu.org> */
20 #ifndef __TADUMMY_H__
21 #define __TADUMMY_H__
23 #include "tatypes.h"
26 /* a dummy script metrics class used when no hinting should */
27 /* be performed; this is the default for non-latin glyphs */
29 extern const TA_ScriptClassRec ta_dummy_script_class;
31 #endif /* __TADUMMY_H__ */
33 /* end of tadummy.h */