projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1f9d7ca
)
Make inscriptions somewhat smaller and non-bold
author
H.G.Muller
<hgm@hgm-xboard.(none)>
Fri, 7 Aug 2015 16:45:35 +0000 (18:45 +0200)
committer
H.G.Muller
<hgm@hgm-xboard.(none)>
Fri, 7 Aug 2015 16:45:35 +0000 (18:45 +0200)
draw.c
patch
|
blob
|
history
diff --git
a/draw.c
b/draw.c
index
5d268f2
..
fccfeb6
100644
(file)
--- a/
draw.c
+++ b/
draw.c
@@
-759,7
+759,7
@@
DrawUnicode (cairo_surface_t *canvas, char *string, int x, int y, char id, int f
cr = cairo_create (canvas);
layout = pango_cairo_create_layout(cr);
pango_layout_set_text(layout, string, -1);
- snprintf(fontName, MSG_SIZ, "Sans Bold %dpx", 2*squareSize/3);
+ snprintf(fontName, MSG_SIZ, "Sans Normal %dpx", 5*squareSize/8);
desc = pango_font_description_from_string(fontName);
pango_layout_set_font_description(layout, desc);
pango_font_description_free(desc);