![]() |
[Rave Report] FontRotation Problem
Hallo,
ich habe folgendes Problem: Ich gebe Text folgendermaßen aus:
Delphi-Quellcode:
Ausgabe
with Sender as TBaseReport do
begin GotoXY(X, Y); Print('Ich bin normal'); end; Zitat:
Delphi-Quellcode:
nun passiert es aber das der 45° Text normal ist und mein normaler Text bekommt ganz viele "Leerzeichen".
with Sender as TBaseReport do
begin GotoXY(X, Y); FontRotation := 45; Print('Ich bin 45 Grad'); GotoXY(X, Y); FontRotation := 0; Print('Ich bin normal'); end; Ausgabe Zitat:
Geht die formatierung des Textes verloren? LG, Moggy |
Re: [Rave Report] FontRotation Problem
hat sich erledigt... es hatte was mit der Schriftart 'SYSTEM' zu tun, aber keine Ahnung was =)
Delphi-Quellcode:
SetFont(Sender, 'System', 10);
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 19:21 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz