Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Textures
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Textures/TextureAtlas.h |
Include | #include "Textures/TextureAtlas.h" |
Syntax
enum ESlateFontAtlasContentType
{
Alpha,
Color,
Msdf,
}
Values
Name | Description |
---|---|
Alpha | Alpha channel only (linear, formerly IsGrayscale = true) |
Color | RGBA color data - sRGB color space |
Msdf | Multi-channel signed distance field - linear color space |
Remarks
Specifies the type of content of font atlas, based on which the texture format is determined.