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