Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | EFontLayoutMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h |
| Include Path | #include "Fonts/CompositeFont.h" |
Syntax
enum EFontLayoutMethod
{
Metrics,
BoundingBox,
}
Values
| Name | Remarks |
|---|---|
| Metrics | Layout the font using the metrics data available in the font. |
| BoundingBox | Layout the font using the values from its bounding box. |