Use `Control_Type' to handle different segment directions.
[ttfautohint.git] / lib / tacontrol-flex-wrapper.c
blobbd2a10a3b0dca6028b84f0c3a864e29bfdc6d9d4
1 /* tacontrol-flex-wrapper.c */
3 /*
4 * Copyright (C) 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.
17 * flex doesn't provide a means to load `config.h' early enough so that
18 * stuff like _GNU_SOURCE can be defined before everything else. As a
19 * work-around, we compile this file.
22 #include "config.h"
24 #include "tacontrol-flex.c"
26 /* end of tacontrol-flex-wrapper.c */