|
Colobot
|
UTF-8 character in font cache. More...
#include <text.h>
Public Member Functions | |
| UTF8Char (char ch1= '\0', char ch2= '\0', char ch3= '\0') | |
| bool | operator< (const UTF8Char &other) const |
| bool | operator== (const UTF8Char &other) const |
Public Attributes | |
| char | c1 |
| char | c2 |
| char | c3 |
| char | pad |
UTF-8 character in font cache.
Only 3-byte chars are supported
1.8.9.1