On Sat, Jan 14, 2012 at 11:47:28PM +0100, syll-dev@laposte.net wrote:
Hello!
I know how to create a font and I could use this to modify/reuse it, but I don't know how to get the font (and its properties) used by a component :( .
Ok, you can query the label for actual font used using the cget function:
(cget label "font")
Hope this helps.
Bye! C.