Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | EFontHinting |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h |
| Include Path | #include "Fonts/CompositeFont.h" |
Syntax
enum EFontHinting
{
Default,
Auto,
AutoLight,
Monochrome,
None,
}
Values
| Name | Remarks |
|---|---|
| Default | Use the default hinting specified in the font. |
| Auto | Force the use of an automatic hinting algorithm. |
| AutoLight | Force the use of an automatic light hinting algorithm, optimized for non-monochrome displays. |
| Monochrome | Force the use of an automatic hinting algorithm optimized for monochrome displays. |
| None | Do not use hinting. |