Fix OTS warning about `maxp.maxSizeOfInstructions`.
[ttfautohint.git] / lib / tadummy.h
blobcb1a061486411373ed5fcd4b145d18d7c25a94a2
1 /* tadummy.h */
3 /*
4 * Copyright (C) 2011-2022 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 used when no hinting should be performed */
28 extern const TA_WritingSystemClassRec ta_dummy_writing_system_class;
30 #endif /* TADUMMY_H_ */
32 /* end of tadummy.h */