FontSelect.get()
This public method returns the current font as a tkFont.Font object.
tkFont.Font
def get ( self ): """Return the current font. """ return self.controls.getFont()