[A] Added empty string height to options

This commit is contained in:
seleznevae
2018-01-03 11:21:45 +03:00
parent 16043a89f4
commit 83c6b9cca3
3 changed files with 79 additions and 3 deletions

View File

@@ -107,6 +107,7 @@ struct fort_table_options
int cell_padding_bottom;
int cell_padding_left;
int cell_padding_right;
int cell_empty_string_height;
char hor_separator;
char ver_separator;
};