Discussion:
[GRASSGUI] default font selection in wxgrass
Michael Barton
2007-11-14 22:56:50 UTC
Permalink
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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/grass-gui/attachments/20070503/61cdedcf/attachment.html
Glynn Clements
2007-11-14 22:56:50 UTC
Permalink
Post by Michael Barton
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 <***@gclements.plus.com>
Loading...