trichview.com

trichview.support




Re: font size.


Return to index


Author

Message

Sergey Tkachenko

Posted: 11/26/2004 21:35:06


> - i want to know whether it is possible to display text in point sizes

like

> 13.5 or 13.8 etc.


Not directly. TRichView's text styles are similar to TFont which allows to

set only integer values for size in points.

You can play with negative values of TRVStyle.TextStyles[i].Size, see the

Delphi help file on TFont.Size and TFont.Height.


PS: both 13.5 and 13.8 fonts have height=18 pixel on normal screen.



> - i am using multiple richviews (side by side) to display columns (how i

> wish richview could handle 15 inch tables :))

> each column has variable number of lines of text which represent a row. i

> want to make all rows to be made up of equal number of lines.... what is

> the fastest way to do this ?


Look at trichview.support.examples, topic "Splitting text in 2 columns".

It's about a number of paragraphs, not lines, but probably can be useful.





Powered by ABC Amber Outlook Express Converter