use FontPool for loading fonts

This commit is contained in:
David Rose 2004-01-02 21:10:39 +00:00
parent eff32dce7d
commit fccf01715c

View File

@ -125,7 +125,7 @@ class Loader:
ModelPool.releaseModel(modelPath)
# font loading funcs
def loadFont(self, modelPath, priority = 0,
def loadFont(self, modelPath,
spaceAdvance = None, pointSize = None,
pixelsPerUnit = None, scaleFactor = None,
textureMargin = None, polyMargin = None,