![]() |
Murl Engine API
Version 2025.1
|
A single bitmap glyph descriptor. More...
#include <murl_resource_i_font.h>
A single bitmap glyph descriptor.
Public Attributes | |
| UInt32 | mCharCode |
| The glyph's Unicode value. | |
| Float | mTexCoordX1 |
| The start X texture coordinate (left). | |
| Float | mTexCoordY1 |
| The start Y texture coordinate (bottom). | |
| Float | mTexCoordX2 |
| The end X texture coordinate (right). | |
| Float | mTexCoordY2 |
| The end Y texture coordinate (top). | |
| Float | mCoordX1 |
| The start X screen coordinate (left). | |
| Float | mCoordY1 |
| The start Y screen coordinate (bottom). | |
| Float | mCoordX2 |
| The end X screen coordinate (right). | |
| Float | mCoordY2 |
| The end Y screen coordinate (top). | |
| Float | mSizeX |
| The actual cropped horizontal size of the glyph. | |
| Float | mSizeY |
| The actual cropped vertical size of the glyph. | |