![]() |
RAMSES Documentation
27.0.130
Information for RAMSES users and developers
|
A list of tuples from font instances and offsets into a string. More...
#include <FontInstanceOffsets.h>
Public Attributes | |
FontInstanceId | fontInstance |
Font instance to use starting at this offset. More... | |
std::size_t | beginOffset |
Offset into string where to start. More... | |
A list of tuples from font instances and offsets into a string.
Used to tell the text API which font should be used for which substring when creating glyphs for a string. The list is used as this: take entry N of the list, start at string offset 'N:beginOffset' and use font 'N:fontInstance' until offset 'N+1:beginOffset'.
std::size_t ramses::FontInstanceOffset::beginOffset |
Offset into string where to start.
FontInstanceId ramses::FontInstanceOffset::fontInstance |
Font instance to use starting at this offset.