Next / Previous / Contents / TCC Help System / NM Tech homepage

5.6. FontSelect.get(): Return the current font

This public method returns the current font as a tkFont.Font object.

fontselect.py
    def get ( self ):
        """Return the current font.
        """
        return  self.controls.getFont()