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