[GRASS-dev] [bug #5272] (grass) d.font.freetype font=

this bug's URL: http://intevation.de/rt/webrt?serial_num=5272

Request number 5272 was commented on by 'hbowman' (Hamish Bowman).
Responding to this message will send mail to the requestor.
      
      Request Tracker
      rt@intevation.de

--------------------------------------------------------------
Cc: grass-dev@grass.itc.it

not only can you not unset the font with d.font.freetype after setting it
once, you can't change it to something else either. (without closing the xmon)

this works fine in GRASS 6.2.0

Hamish

-------------------------------------------- Managed by Request Tracker

Hamish Bowman via RT wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=5272

Request number 5272 was commented on by 'hbowman' (Hamish Bowman).
Responding to this message will send mail to the requestor.
      
      Request Tracker
      rt@intevation.de

--------------------------------------------------------------
Cc: grass-dev@grass.itc.it

not only can you not unset the font with d.font.freetype after setting it
once, you can't change it to something else either. (without closing the xmon)

this works fine in GRASS 6.2.0

I cannot reproduce this.

The following sequence does what I'd expect:

$ d.mon start=x0
$ d.font.freetype font=luximr
$ echo hello world | d.text at=0,90 color=red
$ d.font.freetype font=luxisbi
$ echo hello world | d.text at=0,80 color=blue

--
Glynn Clements <glynn@gclements.plus.com>

> this bug's URL: http://intevation.de/rt/webrt?serial_num=5272

..

> not only can you not unset the font with d.font.freetype after
> setting it once, you can't change it to something else either.
> (without closing the xmon)
>
> this works fine in GRASS 6.2.0

I cannot reproduce this.

"nevermind" works for me too, I was trying the <=6.2 way.

I've now removed the "release font" part of the d.font.freetype help
page in 6.3cvs.

closing bug.

Hamish