This method adds another observer function to self.__observerList, the list of functions to be
called when the font changes.
def addObserver ( self, observer ):
"""Add another observer callback.
"""
self.__observerList.append ( observer )