1
0
Fork 0

Update README.md

This commit is contained in:
Seleznev Anton 2018-11-03 20:47:51 +03:00 committed by GitHub
parent 160749ced8
commit 01da9c3f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -54,11 +54,11 @@ See [wiki](https://github.com/seleznevae/libfort/wiki) of the project.
## Getting Started
The common libfort usage pattern:
- create a table (_ft_create_table_);
- fill it with data (_ft_write_ln_, _fr_ptrintf_ln_, _ft_row_write_, ...);
- modify basic table appearance (_ft_set_cell_option_, ft_set_border_style ...)
- convert table to string representation (_ft_to_string_);
- destroy the table (_ft_destroy_table_)
- create a table (`_ft_create_table_`);
- fill it with data (`_ft_write_ln_`, `_fr_ptrintf_ln_`, `_ft_row_write_`, ...);
- modify basic table appearance (`_ft_set_cell_option_`, `ft_set_border_style` ...)
- convert table to string representation (`_ft_to_string_`);
- destroy the table (`_ft_destroy_table_`)
Here are some examples: