AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

[Rave Report] FontRotation Problem

Ein Thema von Andi1985 · begonnen am 4. Jul 2008 · letzter Beitrag vom 4. Jul 2008
Antwort Antwort
Benutzerbild von Andi1985
Andi1985

Registriert seit: 11. Mai 2007
Ort: NRW
116 Beiträge
 
Delphi 2006 Enterprise
 
#1

[Rave Report] FontRotation Problem

  Alt 4. Jul 2008, 11:36
Hallo,

ich habe folgendes Problem:

Ich gebe Text folgendermaßen aus:

Delphi-Quellcode:
with Sender as TBaseReport do
begin
  GotoXY(X, Y);
  Print('Ich bin normal');
end;
Ausgabe
Zitat:
- Ich bin normal
nun wollte ich das ganze mit Rotation (45°) realisieren:

Delphi-Quellcode:
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;
nun passiert es aber das der 45° Text normal ist und mein normaler Text bekommt ganz viele "Leerzeichen".

Ausgabe
Zitat:
- Ich bin 45 Grad
- Ich____________bin______________normal
Woran liegt das?
Geht die formatierung des Textes verloren?

LG,
Moggy
  Mit Zitat antworten Zitat
Benutzerbild von Andi1985
Andi1985

Registriert seit: 11. Mai 2007
Ort: NRW
116 Beiträge
 
Delphi 2006 Enterprise
 
#2

Re: [Rave Report] FontRotation Problem

  Alt 4. Jul 2008, 12:11
hat sich erledigt... es hatte was mit der Schriftart 'SYSTEM' zu tun, aber keine Ahnung was =)

SetFont(Sender, 'System', 10);
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 08:44 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz