[Qgis-user] GRASS shell - w i d e f o n t s p a c i n g

2008-02-10 Thread Micha Silver
Using qgis 0.9.1 (and 0.9.0) on WinXP, I open the command shell from the GRASS toolbox, and it is using a very wide spacing for the font. Each line of text gets sprawled across three lines. Anyway to overcome this? Thanks, Micha -- Micha Silver Arava Development Co +972-8-6592270

Re: [Qgis-user] Python Bindings and Labels

2008-02-10 Thread Martin Dobias
On Feb 9, 2008 3:17 AM, Tim Sutton [EMAIL PROTECTED] wrote: Hi You should be able to do something like this (untested estimate based on C++ api and sip definition file): myLayer.setLabelOn(true); QgsLabel myLabel = myLayer.label(), myLabel.setLabelField( QgsLabel.Angle, fieldIndex); Yes,