From: Conal T. <Con...@vu...> - 2004-10-14 02:05:50
|
I've got another little quibble with the UI of TMNav. I'd like to set = the font for the topic objects in the TouchGraph rendering. At the = moment on my system it appears as a fixed-width font and so long pieces = of text (e.g. subject indicators) are too long, and get truncated. :-( It looks like the TMOTouchgraphNode is responsible, and I think by = implementing a getFont method or similar I could specify the font. I = think the font itself should be taken from = org.tm4j.tmnav.envTMAppearance, which already specifies a few fonts, = namely: "plainFont" which is returned by the getListFont() method, "boldFont" which appears to be unused? "popupMenuFont" which has get/set accessors I think "plainFont" would be suitable for TouchGraph nodes. I haven't = written anything just yet, but does this sound reasonable? Con |