Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Delphi 7でCanvas.TextRectを使用して、画面に何かを出力しています。
テキストを長方形で単語で囲む必要があります。
DT_WORDBREAK フラグを指定して DrawText (または DrawTextEx) を使用する必要があります。
このスレッドのサンプルを参照してください。