mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CComponentsText: add switch for utf8 disable/enable
This commit is contained in:
@@ -194,7 +194,7 @@ class CTextBox
|
||||
void setWindowMinDimensions(const int width, const int height);
|
||||
void setFontUseDigitHeight(bool set=true);
|
||||
void enableUTF8(bool enable = true){m_utf8_encoded = enable;}
|
||||
void disableUTF8(bool enable = false){enableUTF8(false);}
|
||||
void disableUTF8(bool enable = false){enableUTF8(enable);}
|
||||
|
||||
inline bool isPainted(void) {if( frameBuffer == NULL) return (false); else return (true);};
|
||||
inline CBox getWindowsPos(void) {return(m_cFrame);};
|
||||
|
Reference in New Issue
Block a user