Einzelnen Beitrag anzeigen

Benutzerbild von Luckie
Luckie

Registriert seit: 29. Mai 2002
37.621 Beiträge
 
Delphi 2006 Professional
 
#2

Re: Text mit Zeilenumbruch auf Bitmap ausgeben

  Alt 16. Okt 2003, 09:14
Von Hand umbrechen oder die API DrawText nehmen mit dem Flag DT_WORDBREAK:
Zitat von PSDK:
Breaks words. Lines are automatically broken between words if a word would extend past the edge of the rectangle specified by the lpRect parameter. A carriage return-line feed sequence also breaks the line.
If this is not specified, output is on one line.
kombiniert mit DT_CALCRECT.
Michael
Ein Teil meines Codes würde euch verunsichern.
  Mit Zitat antworten Zitat