Package peppy :: Module main :: Class Fonts
[frames] | no frames]

Class Fonts

               object --+    
                        |    
lib.userparams.ClassPrefs --+
                            |
                           Fonts

Nested Classes

Inherited from lib.userparams.ClassPrefs: __metaclass__

Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
getStyleFile(self, mode=None)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables
  preferences_tab = "General"
  icon = "icons/font.png"
  default_classprefs = FontParam('primary_editing_font', None, '...
  default_fontsize = 10

Inherited from lib.userparams.ClassPrefs: classprefs, preferences_sort_weight

Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details

default_classprefs

Value:
FontParam('primary_editing_font', None, 'Font name of the primary edit\
ing font'), FontParam('secondary_editing_font', None, 'Font name of th\
e secondary scintilla font'), StrParam('editra_style_sheet', 'styles.e\
ss', 'Filename in the config directory containing\nEditra style sheet \
information'),