Hi, I tried to make a nice GRASS monitor dump with d.out.file but realized that the freetype fonts are only approximated:
# spearfish g.region rast=elevation.dem -p d.mon x0 d.font FreeSans d.rast elevation.dem echo "Spearfish elevation" | d.text col=black # ... looks nice d.out.file demo res=2 format=png display demo.png # ... looks say, different This is probably know - or is it a non-feature? ########### (Un ?)related: a monitor de-/reselect doesn't make survive the font selection: g.region rast=elevation.dem -p d.mon x0 d.font FreeSans d.rast elevation.dem echo "Spearfish elevation" | d.text col=black # ... looks nice d.mon x1 d.mon sel=x0 d.redraw # or resize Probably the d.out.file problem is related to this. Does D_add_to_list() fail or something like that? Markus -- View this message in context: http://www.nabble.com/d.out.file-and-d.font-issue-tf4169926.html#a11863084 Sent from the Grass - Dev mailing list archive at Nabble.com. _______________________________________________ grass-dev mailing list [email protected] http://grass.itc.it/mailman/listinfo/grass-dev

