default font selection in wxgrass

2 messages Options
Embed this post
Permalink
Michael Barton

default font selection in wxgrass

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
default font selection in wxgrass I’ve implemented a default font selection dialog in the development wxPython GUI that builds a listbox from either stroke fonts or the truetype fonts in freetypecap.

I added dfont and otf to acceptable extensions in mkftcap on my system and it works well. Any reason not to commit this change?

The wxPython font selection dialog is also filtering fonts that have duplicate face names. I’m getting a LOT of duplicates from multiple directories. Any reason not to do this? Would it be better to do in the script, or is it too difficult to do there?

Anyway, give it a try.

Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change    
Center for Social Dynamics & Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton


_______________________________________________
grassgui mailing list
[hidden email]
http://grass.itc.it/mailman/listinfo/grassgui
Glynn Clements

Re: default font selection in wxgrass

Reply Threaded More More options
Print post
Permalink

Michael Barton wrote:

> I¹ve implemented a default font selection dialog in the development wxPython
> GUI that builds a listbox from either stroke fonts or the truetype fonts in
> freetypecap.
>
> I added dfont and otf to acceptable extensions in mkftcap on my system and
> it works well. Any reason not to commit this change?
>
> The wxPython font selection dialog is also filtering fonts that have
> duplicate face names. I¹m getting a LOT of duplicates from multiple
> directories. Any reason not to do this? Would it be better to do in the
> script, or is it too difficult to do there?

The ideal solution would be to force the names to be unique, but
that's quite hard to do in a shell script.

--
Glynn Clements <[hidden email]>

_______________________________________________
grassgui mailing list
[hidden email]
http://grass.itc.it/mailman/listinfo/grassgui