Colobot
Public Member Functions | Public Attributes | List of all members
Gfx::UTF8Char Struct Reference

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
 

Detailed Description

UTF-8 character in font cache.

Only 3-byte chars are supported


The documentation for this struct was generated from the following file: