Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
Include |
#include "Fonts/FontCache.h" |
struct FShapedGlyphFontAtlasData
The font atlas data for a single glyph in a shaped text sequence
Name | Description | ||
---|---|---|---|
|
HorizontalOffset |
The horizontal distance from the origin to the leftmost border of the glyph bitmap |
|
|
StartU |
Start X location of the glyph in the texture |
|
|
StartV |
Start Y location of the glyph in the texture |
|
|
SupportsOutline |
True if this entry supports outline rendering, false otherwise. |
|
|
TextureIndex |
Index to a specific texture in the font cache. |
|
|
USize |
X Size of the glyph in the texture |
|
|
Valid |
True if this entry is valid, false otherwise. |
|
|
VerticalOffset |
The vertical distance from the baseline to the topmost border of the glyph bitmap |
|
|
VSize |
Y Size of the glyph in the texture |