|
ASCII-GFX
2.0
|
#include "gfx.h"
Go to the source code of this file.
Functions | |
| void | init_grid_font (int cols=0, int lines=0) |
| initialize grid font with character size (cols, lines) More... | |
| int | get_grid_char_cols () |
| get character cols More... | |
| int | get_grid_char_lines () |
| get character lines More... | |
| void | set_grid_char_data (int ch, const int *data) |
| set character by data array More... | |
| void | set_grid_char_text (int ch, const char *text, bool interprete=false) |
| set character by text string More... | |
| int * | get_grid_char_data (int ch) |
| get character data More... | |
| void | release_grid_font () |
| release allocated memory More... | |
| int get_grid_char_cols | ( | ) |
get character cols
| int* get_grid_char_data | ( | int | ch | ) |
get character data
| int get_grid_char_lines | ( | ) |
get character lines
| void init_grid_font | ( | int | cols = 0, |
| int | lines = 0 |
||
| ) |
initialize grid font with character size (cols, lines)
| void release_grid_font | ( | ) |
release allocated memory
| void set_grid_char_data | ( | int | ch, |
| const int * | data | ||
| ) |
set character by data array
| void set_grid_char_text | ( | int | ch, |
| const char * | text, | ||
| bool | interprete = false |
||
| ) |
set character by text string
1.8.17