mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Improve font crispness dramatically by setting text-minfilter to linear by default
This commit is contained in:
parent
274659cdc3
commit
2dd503df00
@ -181,7 +181,7 @@ ConfigVariableDouble text_default_underscore_height
|
|||||||
"to the text baseline, when underscoring is enabled."));
|
"to the text baseline, when underscoring is enabled."));
|
||||||
|
|
||||||
ConfigVariableEnum<Texture::FilterType> text_minfilter
|
ConfigVariableEnum<Texture::FilterType> text_minfilter
|
||||||
("text-minfilter", Texture::FT_linear_mipmap_linear,
|
("text-minfilter", Texture::FT_linear,
|
||||||
PRC_DESC("The default texture minfilter type for dynamic text fonts"));
|
PRC_DESC("The default texture minfilter type for dynamic text fonts"));
|
||||||
ConfigVariableEnum<Texture::FilterType> text_magfilter
|
ConfigVariableEnum<Texture::FilterType> text_magfilter
|
||||||
("text-magfilter", Texture::FT_linear,
|
("text-magfilter", Texture::FT_linear,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user