http://www.perlmonks.org?node_id=1024872


in reply to Re: Get font info OUT of a widget (ask, configure)
in thread Get font info OUT of a widget

assuming this is about Tk, add use Tk::WidgetDump; $mainWindow->WidgetDump; MainLoop; to your program and see if it has the details, see Tk::options

See also Tk::Style

  • Comment on Re^2: Get font info OUT of a widget (ask, configure)