use FontPool for loading fonts

This commit is contained in:
David Rose 2004-01-02 21:09:40 +00:00
parent da894b0561
commit eff32dce7d
1 changed files with 1 additions and 1 deletions

View File

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