Table Font size

General TRichView support forum. Please post your questions here
Post Reply
ravn
Posts: 8
Joined: Wed Jan 21, 2015 6:08 pm

Table Font size

Post by ravn »

How do I set the font size for the table when loading html page. The html table is only like this:
<table><tr><td>Data 1</td><td>Data 2</td></tr></table>
Font size is always 12 pt but not 10 pt which is my normal font size
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Table Font size

Post by Sergey Tkachenko »

Default font size can be changed in RVDefaultLoadProperties.DefaultFontSizeDouble.
The default value is 24 meaning 12pt.
[email protected]
Posts: 3
Joined: Wed Mar 31, 2021 8:56 pm

Re: Table Font size

Post by [email protected] »

RVDefaultLoadProperties.DefaultFontSizeDouble says cannot be assigned to a read-only property. How to I assign this property?
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Table Font size

Post by Sergey Tkachenko »

Use
RVDefaultLoadProperties.DefaultFontSizesDouble[rvfstDefault] instead.
I'll make DefaultFontSizeDouble assignable in the next update.
Post Reply