utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
Loading...
Searching...
No Matches
code_point.hpp File Reference

Code point definitions for text rendering. More...

#include <cstdint>
#include <vector>
Include dependency graph for code_point.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::vector< uint32_t > codePointString
 A type representing a string of Unicode code points.
 

Detailed Description

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 Documentation

◆ codePointString

typedef std::vector<uint32_t> codePointString

A type representing a string of Unicode code points.

Definition at line 39 of file code_point.hpp.