Graphics::Resource::GlyphBlock Struct Reference
Identifies a run of unicode characters. More...
#include <resource.h>
Collaboration diagram for Graphics::Resource::GlyphBlock:
Public Member Functions | |
uint16_t | first () const |
uint16_t | last () const |
bool | contains (uint16_t cp) const |
Public Attributes | |
uint16_t | codePoint |
First character code. More... | |
uint16_t | length |
Number of consecutive characters. More... | |
Detailed Description
Identifies a run of unicode characters.
Member Function Documentation
◆ contains()
◆ first()
|
inline |
◆ last()
|
inline |
Member Data Documentation
◆ codePoint
uint16_t Graphics::Resource::GlyphBlock::codePoint |
First character code.
◆ length
uint16_t Graphics::Resource::GlyphBlock::length |
Number of consecutive characters.
The documentation for this struct was generated from the following file: