Previous 199869 Revisions Next

r36257 Thursday 5th March, 2015 at 15:42:41 UTC by Oliver Stöneberg
another Python script cleanup (nw)
[src/build]png2bdc.py

trunk/src/build/png2bdc.py
r244768r244769
269269
270270        # scan the column to find characters
271271        colStart = 0
272        while (colStart < width):
272        while colStart < width:
273273            ch = RenderFontChar()
274274
275275            # Find the start of the character
r244768r244769
321321        rowStart = rowEnd + 1
322322   
323323    # Return non-zero if we errored
324    return (rowStart < height)
324    return rowStart < height
325325
326326
327327


Previous 199869 Revisions Next


© 1997-2024 The MAME Team