trichview.support
Re: Problems with images when using LoadRTF() with 1.8.9 |
Author |
Message |
Sergey Tkachenko |
Posted: 01/18/2004 18:48:08 About extra spacing between images. By default, all TRichView pictures have spacing around them in 1 pixel. It can be modified via rvepSpacing item's integer property. Or modify RVItem.pas: constructor TRVRectItemInfo.Create(RVData: TPersistent); begin inherited Create(RVData); Spacing := 0; end; About 1 pixel scaling images. This problem cannot be easily solved. MS Word saves images in metafiles. TRichView loads them in TMetafile, and you can see the result. May be in future TRichView will extract bitmaps from such metafiles.... |
Powered by ABC Amber Outlook Express Converter