diff options
Diffstat (limited to 'Source/Font.h')
| -rw-r--r-- | Source/Font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Font.h b/Source/Font.h index ca6be3c..d501a3e 100644 --- a/Source/Font.h +++ b/Source/Font.h @@ -27,6 +27,7 @@ void FontSetInitChar(TYPE_FONT * ptrFont, char c); void FontSetFlags(TYPE_FONT * ptrFont, FONT_FLAGS flags);
void FontCyclic(void);
void FontSetSpacing(TYPE_FONT* ptrFont, short spacing);
+void FontSetMaxCharPerLine(TYPE_FONT* ptrFont, uint8_t max);
/* *************************************
* Global variables
|
