From b41717bc60cf72aef2257c6573201bd74210c428 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 22 Oct 2010 17:20:34 -0500 Subject: Added FontSizeMultiplier and FontSizeRounding settings. Gives more control over font sizes, addresses font being smaller than some users desire. --- linden/indra/newview/app_settings/settings.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'linden/indra/newview') diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml index 8c280d4..7b37bb6 100644 --- a/linden/indra/newview/app_settings/settings.xml +++ b/linden/indra/newview/app_settings/settings.xml @@ -396,6 +396,28 @@ Value DroidSans + FontSizeMultiplier + + Comment + Multiply all font sizes by this amount. Requires viewer restart. + Persist + 1 + Type + F32 + Value + 1.0 + + FontSizeRounding + + Comment + Round all font sizes to integer values, to potentially reduce font blurriness. The rounding occurs after FontSizeMultiplier is applied. Requires viewer restart. + Persist + 1 + Type + Boolean + Value + 0 + GoAction Comment -- cgit v1.1