Render font in requested size

Some fonts look really ugly with this anti-aliasing method of renderin in double size, so it shouldn't be default.

Signed-off-by: Thomas Rohloff <v10lator@myway.de>
This commit is contained in:
Thomas Rohloff 2020-04-30 18:32:03 +02:00
parent 45bad52a0c
commit f3f369029c

View File

@ -20,7 +20,7 @@
FreeTypeGX * GuiText::presentFont = NULL;
int32_t GuiText::presetSize = 28;
float GuiText::presetInternalRenderingScale = 2.0f; //Lets render the font at the doubled size. This make it even smoother!
float GuiText::presetInternalRenderingScale = 1.0f;
int32_t GuiText::presetMaxWidth = 0xFFFF;
int32_t GuiText::presetAlignment = ALIGN_CENTER | ALIGN_MIDDLE;
GX2ColorF32 GuiText::presetColor = (GX2ColorF32) {