diff options
author | mrwastl <mrwastl@users.sourceforge.net> | 2011-06-03 18:27:37 +0200 |
---|---|---|
committer | mrwastl <mrwastl@users.sourceforge.net> | 2011-06-03 18:27:37 +0200 |
commit | 3ce10a1e896258a73e30ad7a17b99a82c286f8c3 (patch) | |
tree | b44c8eabf7cbd59f5d1667602f1c9f5e47ff67dc /glcdgraphics/font.h | |
parent | 90c80f6f57e45780d64c63908ca7813290bdd9ad (diff) | |
download | graphlcd-base-3ce10a1e896258a73e30ad7a17b99a82c286f8c3.tar.gz graphlcd-base-3ce10a1e896258a73e30ad7a17b99a82c286f8c3.tar.bz2 |
move EncodedCharAdjustCounter() to common.[ch] and rename it to encodedCharAdjustCounter()
Diffstat (limited to 'glcdgraphics/font.h')
-rw-r--r-- | glcdgraphics/font.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/glcdgraphics/font.h b/glcdgraphics/font.h index 9f4bdf8..1315123 100644 --- a/glcdgraphics/font.h +++ b/glcdgraphics/font.h @@ -81,7 +81,6 @@ public: void WrapText(int Width, int Height, std::string & Text, std::vector <std::string> & Lines, int * TextWidth = NULL) const; bool IsUTF8(void) const { return isutf8; } - static void EncodedCharAdjustCounter(const bool isutf8, const std::string & str, uint32_t & c, unsigned int & i); }; } // end of namespace |