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
Table Font size
-
- Site Admin
- Posts: 17521
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Table Font size
Default font size can be changed in RVDefaultLoadProperties.DefaultFontSizeDouble.
The default value is 24 meaning 12pt.
The default value is 24 meaning 12pt.
-
- Posts: 4
- Joined: Wed Mar 31, 2021 8:56 pm
Re: Table Font size
RVDefaultLoadProperties.DefaultFontSizeDouble says cannot be assigned to a read-only property. How to I assign this property?
-
- Site Admin
- Posts: 17521
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Table Font size
Use
RVDefaultLoadProperties.DefaultFontSizesDouble[rvfstDefault] instead.
I'll make DefaultFontSizeDouble assignable in the next update.
RVDefaultLoadProperties.DefaultFontSizesDouble[rvfstDefault] instead.
I'll make DefaultFontSizeDouble assignable in the next update.