HomeSort by relevance Sort by last modified time
    Searched refs:actualFont (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/idlelib/
configHandler.py 721 actualFont = Font.actual(f)
722 family = actualFont['family']
723 size = actualFont['size']
726 bold = actualFont['weight']=='bold'
  /external/python/cpython3/Lib/idlelib/
config.py 747 actualFont = Font.actual(f)
748 family = actualFont['family']
749 size = actualFont['size']
752 bold = actualFont['weight'] == 'bold'
    [all...]

Completed in 353 milliseconds