Navigation
API > API/Runtime > API/Runtime/SlateCore
Contains pixel data for a character rendered from freetype as well as measurement info
| Name | FCharacterRenderData |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h |
| Include Path | #include "Fonts/FontTypes.h" |
Syntax
struct FCharacterRenderData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSupportsOutline | bool | True if the rendered character supports outlines, false otherwise | Fonts/FontTypes.h | |
| ContentType | ESlateFontAtlasContentType | Type of glyph rasterization | Fonts/FontTypes.h | |
| HorizontalOffset | int16 | The horizontal distance from the origin to the leftmost border of the character | Fonts/FontTypes.h | |
| RawPixels | TArray< uint8 > | Raw pixels of the rendered character | Fonts/FontTypes.h | |
| SizeX | int16 | Width of the character in pixels | Fonts/FontTypes.h | |
| SizeY | int16 | Height of the character in pixels | Fonts/FontTypes.h | |
| VerticalOffset | int16 | The vertical distance from the baseline to the topmost border of the glyph bitmap | Fonts/FontTypes.h |