Update file `no-copyright' and run `update-copyright'.
[ttfautohint.git] / lib / tadummy.h
blob99a19b69ac3dd2e0d8dd11009908358ef3c821e7
1 /* tadummy.h */
3 /*
4 * Copyright (C) 2011-2014 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 writing system and script class used when no hinting should be */
27 /* performed */
29 extern const TA_WritingSystemClassRec ta_dummy_writing_system_class;
31 extern const TA_ScriptClassRec ta_none_script_class;
33 #endif /* __TADUMMY_H__ */
35 /* end of tadummy.h */