FShapedGlyphFontAtlasData

The font atlas data for a single glyph in a shaped text sequence

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h

Include

#include "Fonts/FontCache.h"

Syntax

struct FShapedGlyphFontAtlasData

Remarks

The font atlas data for a single glyph in a shaped text sequence

Variables

Name Description

Public variable

int16

 

HorizontalOffset

The horizontal distance from the origin to the leftmost border of the glyph bitmap

Public variable

uint16

 

StartU

Start X location of the glyph in the texture

Public variable

uint16

 

StartV

Start Y location of the glyph in the texture

Public variable

bool

 

SupportsOutline

True if this entry supports outline rendering, false otherwise.

Public variable

uint8

 

TextureIndex

Index to a specific texture in the font cache.

Public variable

uint16

 

USize

X Size of the glyph in the texture

Public variable

bool

 

Valid

True if this entry is valid, false otherwise.

Public variable

int16

 

VerticalOffset

The vertical distance from the baseline to the topmost border of the glyph bitmap

Public variable

uint16

 

VSize

Y Size of the glyph in the texture

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss