would somebody help to get the height of a Font? i got the width with measure as seen below but lost in the woods for the height. helv12 = tkFont.Font ( family="Helvetica", size=12 ) width = helv12.measure(mytext) would you please help me thanks
would somebody help to get the height of a Font?
i got the width with measure as seen below but lost in the
woods for the height.
helv12 = tkFont.Font ( family="Helvetica", size=12 )
width = helv12.measure(mytext)
would you please help me
thanks