blindstation.font
index
/home/sable/test/blindstation-1.0.7/blindstation-1.0.7/test/blindstation/font.py

Font related classe

 
Modules
       
blindstation
weakref

 
Classes
       
__builtin__.object
Font
FontServer

 
class Font(__builtin__.object)
    A font
 
  Methods defined here:
__del__(self)
__init__(self, filename, size)
height(self)
size_text(self, text)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'Font' objects>
list of weak references to the object (if defined)

 
class FontServer(__builtin__.object)
    Load fonts in cache for faster access
 
  Methods defined here:
__init__(self)
get_font(self, file, size)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FontServer' objects>
list of weak references to the object (if defined)