On Sun, Jan 08, 2012 at 01:59:38AM +0100, syll-dev at laposte.net wrote: > > Hello Hi! > I can't set the "bold" style to a label's font : > (with-ltk () > (make-instance 'label :text "..." > :font '(:weight :bold) > :pack '(:side :left))) try [...] :font "sans 11 bold" [...] please see font(3tk) for explanation about the way tk manage font description. Bye! C.