Search found 7 matches
- Wed Apr 02, 2008 11:22 am
- Forum: Support
- Topic: Getting coordinates for a letter
- Replies: 8
- Views: 26836
- Tue Apr 01, 2008 11:23 am
- Forum: Support
- Topic: Getting coordinates for a letter
- Replies: 8
- Views: 26836
- Fri Mar 28, 2008 12:09 pm
- Forum: Support
- Topic: Getting coordinates for a letter
- Replies: 8
- Views: 26836
- Fri Mar 28, 2008 9:11 am
- Forum: Support
- Topic: Getting coordinates for a letter
- Replies: 8
- Views: 26836
- Thu Mar 27, 2008 11:25 am
- Forum: Support
- Topic: Getting coordinates for a letter
- Replies: 8
- Views: 26836
Getting coordinates for a letter
I have 2 RichViews as follows:
EDITOR is used for editing
VIEWER is on another form and monitor, and it shows the exact same text, formatted with the same styles, only all the text sizes are much larger (multiplied by about 4) so that the viewer usually displays only part of the editor text ...
EDITOR is used for editing
VIEWER is on another form and monitor, and it shows the exact same text, formatted with the same styles, only all the text sizes are much larger (multiplied by about 4) so that the viewer usually displays only part of the editor text ...
- Thu Jan 10, 2008 1:04 pm
- Forum: Support
- Topic: Off-screen rendering
- Replies: 3
- Views: 13039
Off-screen rendering
VCL components can be made thread safe (for example TThread...), though TControl descendants are not, I think. Well never mind then.
I'd need paragraph coordinates to apply different special fx to different paragraphs - for example, nothing to paragraph 0, glow effect to paragraph 1, etc. Not very ...
I'd need paragraph coordinates to apply different special fx to different paragraphs - for example, nothing to paragraph 0, glow effect to paragraph 1, etc. Not very ...
- Thu Jan 10, 2008 9:35 am
- Forum: Support
- Topic: Off-screen rendering
- Replies: 3
- Views: 13039
Off-screen rendering
Can RichView (or reportHelper) be used for rendering text completely off-screen, without any forms?
What I'd like to do is to load some formatted text from a memory stream, and draw that onto a memory DC (from a Direct3D9 surface), preferrably in a worker thread.
Is this possible? Any samples or ...
What I'd like to do is to load some formatted text from a memory stream, and draw that onto a memory DC (from a Direct3D9 surface), preferrably in a worker thread.
Is this possible? Any samples or ...