diff options
Diffstat (limited to 'glcdgraphics/font.h')
-rw-r--r-- | glcdgraphics/font.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glcdgraphics/font.h b/glcdgraphics/font.h index 6bf72f5..f3427d5 100644 --- a/glcdgraphics/font.h +++ b/glcdgraphics/font.h @@ -83,6 +83,8 @@ public: void WrapText(int Width, int Height, std::string & Text, std::vector <std::string> & Lines, int * TextWidth = NULL) const; + + static void Utf8CodeAdjustCounter(const std::string & str, int & c, unsigned int & i); }; } // end of namespace |