|
utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
|
Code point definitions for text rendering. More...
#include <cstdint>#include <vector>

Go to the source code of this file.
Typedefs | |
| typedef std::vector< uint32_t > | codePointString |
| A type representing a string of Unicode code points. | |
Code point definitions for text rendering.
Defines types and utilities for handling Unicode code points in text rendering.
Definition in file code_point.hpp.
| typedef std::vector<uint32_t> codePointString |
A type representing a string of Unicode code points.
Definition at line 39 of file code_point.hpp.