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 EFontHinting
{
Default,
Auto,
AutoLight,
Monochrome,
None,
}
Values
| Name |
Description |
| 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. |