mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Set default text-pixels-per-unit from 30 to 40 to improve default font quality
This commit is contained in:
parent
31b79dc554
commit
20c1f16291
@ -27,7 +27,7 @@ ConfigureFn(config_pnmtext) {
|
||||
ConfigVariableDouble text_point_size
|
||||
("text-point-size", 10.0f);
|
||||
ConfigVariableDouble text_pixels_per_unit
|
||||
("text-pixels-per-unit", 30.0f);
|
||||
("text-pixels-per-unit", 40.0f);
|
||||
ConfigVariableDouble text_scale_factor
|
||||
("text-scale-factor", 2.0f);
|
||||
ConfigVariableBool text_native_antialias
|
||||
|
Loading…
x
Reference in New Issue
Block a user