302 var textWidth, textHeight, x, y, w, h, i, j, pos, prevpos, line, numLines, edgeWidth, edgeHeight, cornerWidth, cornerHeight: LongInt; |
302 var textWidth, textHeight, x, y, w, h, i, j, pos, prevpos, line, numLines, edgeWidth, edgeHeight, cornerWidth, cornerHeight: LongInt; |
303 finalSurface, tmpsurf, rotatedEdge: PSDL_Surface; |
303 finalSurface, tmpsurf, rotatedEdge: PSDL_Surface; |
305 //chars: set of char = [#9,' ',';',':','?','!',',']; |
305 chars: set of char = [#9,' ',';',':','?','!',',']; |
307 edge, corner, tail: TSPrite; |
307 edge, corner, tail: TSPrite; |