[A] Added cell combining

This commit is contained in:
seleznevae
2018-05-02 17:55:29 +03:00
parent c8fe3fe280
commit cbb05f3db2
9 changed files with 244 additions and 21 deletions

View File

@@ -591,6 +591,9 @@ FT_EXTERN int ft_set_tbl_option(FTABLE *table, uint32_t option, int value);
FT_EXTERN void ft_set_memory_funcs(void *(*f_malloc)(size_t size), void (*f_free)(void *ptr));
FT_EXTERN void ft_some_api(FTABLE *table, size_t row, size_t col, size_t group_width);
#ifdef FT_HAVE_WCHAR