[gimp] app: change text tool font size default.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: change text tool font size default.
- Date: Tue, 9 May 2017 20:09:16 +0000 (UTC)
commit a634e61bc01287879ce19df53b86d9ccb1b5d1cd
Author: Jehan <jehan girinstud io>
Date: Sun May 7 02:46:09 2017 +0200
app: change text tool font size default.
With bigger and denser default images, the older 18px font default is
very small (~ 4pt font at 300PPI).
I decided to settle for a 15pt font, i.e. 62 px at 300 PPI, which seems
like quite an acceptable relative size for our FullHD defaults.
It is bigger than a default font size for —say— a text processor, but
GIMP is not really designed to process large walls of small text anyway.
Rather shorter texts at bigger sizes (i.e. designs, etc.). So this seems
like quite an ok default.
Note that as any defaults, this only goes as far and won't be what most
people need most of the time anyway. But at least we should get rid of
this ridiculous 18px default.
app/tools/gimptextoptions.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimptextoptions.c b/app/tools/gimptextoptions.c
index d8185ee..764c935 100644
--- a/app/tools/gimptextoptions.c
+++ b/app/tools/gimptextoptions.c
@@ -142,7 +142,7 @@ gimp_text_options_class_init (GimpTextOptionsClass *klass)
"font-size",
_("Font size"),
_("Font size"),
- 0.0, 8192.0, 18.0,
+ 0.0, 8192.0, 62.0,
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_ANTIALIAS,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]