in reply to Get font info OUT of a widget
ask the widget for the information, use configure
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