4 * Copyright (C) 2014-2015 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 `hbshim.h' (2014-Jan-11) from FreeType */
18 /* heavily modified 2014 by Werner Lemberg <wl@gnu.org> */
20 #ifndef __TAHARFBUZZ_H__
21 #define __TAHARFBUZZ_H__
25 #include FT_FREETYPE_H
34 /* in file `tafeature.c' */
35 extern const hb_tag_t feature_tags
[];
36 extern size_t feature_tags_size
;
40 ta_get_coverage(TA_FaceGlobals globals
,
41 TA_StyleClass style_class
,
45 ta_get_char_index(TA_StyleMetrics metrics
,
50 #endif /* __TAHARFBUZZ_H__ */
52 /* end of taharfbuzz.h */