3 // Copyright (C) 2012 by Werner Lemberg.
5 // This file is part of the ttfautohint library, and may only be used,
6 // modified, and distributed under the terms given in `COPYING'. By
7 // continuing to use, modify, or distribute this file you indicate that you
8 // have read `COPYING' and understand and accept it fully.
10 // The file `COPYING' mentioned in the previous paragraph is distributed
11 // with the ttfautohint library.
17 #include <ttfautohint.h>
21 typedef struct Info_Data_
24 unsigned char* data_wide
;
25 unsigned short data_len
;
26 unsigned short data_wide_len
;
28 int hinting_range_min
;
29 int hinting_range_max
;
33 bool increase_x_height
;
40 build_version_string(Info_Data
* idata
);
43 info(unsigned short platform_id
,
44 unsigned short encoding_id
,
45 unsigned short language_id
,
46 unsigned short name_id
,
47 unsigned short* str_len
,