- Timestamp:
- Jan 23, 2016, 5:27:41 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UEngine.pas
r36 r37 2436 2436 TargetCanvas.Height - LineColorsDist - ImageLocomotive.Picture.Bitmap.Height div 2, ImageLocomotive.Picture.Bitmap); 2437 2437 TargetCanvas.Brush.Style := bsClear; 2438 TargetCanvas.Font.Size := 14; 2439 TargetCanvas.Font.Color := clBlack; 2438 2440 TargetCanvas.TextOut(TargetCanvas.Width div 2 - Length(LineColors) div 2 * LineColorsDist - 50 - TargetCanvas.TextWidth(Text), 2439 2441 TargetCanvas.Height - LineColorsDist - TargetCanvas.TextHeight(Text) div 2, Text); … … 2443 2445 TargetCanvas.Draw(TargetCanvas.Width - 50, TargetCanvas.Height - 60, ImagePassenger.Picture.Bitmap); 2444 2446 TargetCanvas.Brush.Style := bsClear; 2447 TargetCanvas.Font.Size := 14; 2448 TargetCanvas.Font.Color := clBlack; 2445 2449 TargetCanvas.TextOut(TargetCanvas.Width - 70 - TargetCanvas.TextWidth(Text), TargetCanvas.Height - 55, Text); 2446 2450
Note:
See TracChangeset
for help on using the changeset viewer.