Package fife :: Module fife :: Class IFont
[hide private]
[frames] | no frames]

Class IFont

source code

_object --+
          |
         IFont

Proxy of C++ FIFE::IFont class

Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code
 
__repr__(self)
repr(x)
source code
 
setRowSpacing(self, *args)
setRowSpacing(IFont self, int32_t spacing)
source code
 
getRowSpacing(self)
getRowSpacing(IFont self) -> int32_t
source code
 
setGlyphSpacing(self, *args)
setGlyphSpacing(IFont self, int32_t spacing)
source code
 
getGlyphSpacing(self)
getGlyphSpacing(IFont self) -> int32_t
source code
 
setAntiAlias(self, *args)
setAntiAlias(IFont self, bool antiAlias)
source code
 
isAntiAlias(self)
isAntiAlias(IFont self) -> bool
source code
 
setColor(self, *args)
setColor(IFont self, uint8_t r, uint8_t g, uint8_t b, uint8_t a=255) setColor(IFont self, uint8_t r, uint8_t g, uint8_t b)
source code
 
getColor(self)
getColor(IFont self) -> SDL_Color
source code
 
getWidth(self, *args)
getWidth(IFont self, std::string const & text) -> int32_t
source code
 
getHeight(self)
getHeight(IFont self) -> int32_t
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_IFont
  __del__ = lambda self: