Search found 3 matches

by Kevin Leo
Tue Dec 26, 2017 6:34 am
Forum: ScaleRichView
Topic: PageBreak inside table row
Replies: 9
Views: 62287

Re: PageBreak inside table row

We have implemented it like this: 1st, we set the first page's ending row and the next page's starting row with the same row,which crosses pages; 2nd, when SRV paints the next page, we set an offset upward to the Y co-ordinate of the row, whose part is painted as the first row on the page. Result li...
by Kevin Leo
Wed Sep 14, 2016 1:29 am
Forum: ScaleRichView
Topic: Slow performance after loading images in header and footer
Replies: 9
Views: 35642

We happened to meet this problem, but we compressed our images from about 200kb to 30kb, then problem was gone.
I did some debug. Perhaps , it has something to do with saving header data to memory stream and loading from memory stream.
by Kevin Leo
Fri Jun 08, 2012 9:21 am
Forum: Support
Topic: about 10.5pt size font
Replies: 1
Views: 9603

about 10.5pt size font

Hello,everyone Does anybody know how to display text with 10.5pt size font in TRichView ? The size property of TFontInfo is defined as an integer type,and the size property of TFont in VCL is also defined as an integer type. How could i display text with a float type value size font ,like 10.5pt ? T...