|
MeshNet
1.0.0
|
#include <meshHelper.h>
Functions | |
| void | alignText (char *text, int size, char fill, TextAlignment alignment) |
| Aligns text in char array. More... | |
| void alignText | ( | char * | text, |
| int | size, | ||
| char | fill, | ||
| TextAlignment | alignment | ||
| ) |
Aligns text in char array.
| text | Text array, that has to be aligned. Text has to end with \0 character. |
| size | Size of text array. |
| fill | Character, that will be inserted to blank space. |
| alignment | Text alignment. |
1.8.17