Changeset 536 for trunk/LocalPlayer/NatStat.pas
- Timestamp:
- Apr 15, 2024, 8:59:23 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/NatStat.pas
r531 r536 266 266 267 267 Offscreen.Canvas.Font.Assign(UniFont[ftCaption]); 268 RisedText out(Offscreen.Canvas,269 40 { (ClientWidth -BiColorTextWidth(offscreen.canvas,caption)) div 2 },268 RisedTextOut(Offscreen.Canvas, 269 40 { (ClientWidth - BiColorTextWidth(Offscreen.Canvas,Caption)) div 2 }, 270 270 7, Caption); 271 271 … … 383 383 begin 384 384 S := Phrases.Lookup('FRNOCIVILREP'); 385 RisedText out(Canvas, (ClientWidth - BiColorTextWidth(Canvas, S)) div 2,385 RisedTextOut(Canvas, (ClientWidth - BiColorTextWidth(Canvas, S)) div 2, 386 386 yReport + hReport div 2 - 10, S); 387 387 end;
Note:
See TracChangeset
for help on using the changeset viewer.