This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Not sure I understand what you want. | |
If you start from | |
------------------------- | |
|...........|...........| | |
|...........|...........| | |
|...........|-----------| | |
|...........|.....|.....| | |
|...........|.....|.....| | |
------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Demonstration of using TOM.pas, the windowless rich-edit control, and | |
// the text object model | |
// http://www.cs.wisc.edu/~rkennedy/windowless-rtf | |
// Copyright © 2003-2006 Rob Kennedy. Some rights reserved. | |
// For license information, see http://www.cs.wisc.edu/~rkennedy/license | |
unit RTFPaint; | |
interface |