Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to change table caption font size (Read 1965 times)
billcch
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Nov 15th, 2007
How to change table caption font size
Nov 15th, 2007 at 8:44pm
Print Post  
How to change table caption font size?
We tried
t.Caption = @"<b><big><big>Title</big></big></b>";
and
t.Caption = @"<b><font size='4'>Title</font></b>";

and we got
<big><big>Title</big></big> and
<font size='4'>Title</font>
on the caption area (in Bold)

FlowChart.Net Pro 5.0.1.29912
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: How to change table caption font size
Reply #1 - Nov 16th, 2007 at 6:35am
Print Post  
FlowChart.NET does not support all HTML formatting tags, but just a small subset. From the Text Attributes and Formatting topic in the help file:

<i>text</i>
Indicates bold text.

<b>text</b>
Indicates italic text.

<u>text</u>
Indicates underlined text.

<sub>text</sub>
Indicates superscript.

<sup>text</sup>
Indicates subsctipt.

<color=#RRGGBB>text</color>
Changes the color of the text. The red green and blue color channels are specified as two-digit hexadecimal numbers.

You must set the Table.Font property to a larger font in order to increase the caption font size. You might also have to set the cells' Font if you need their fonts to differ from the caption's one.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Aaron
YaBB Newbies
*
Offline


Looking for support

Posts: 44
Joined: Nov 9th, 2007
Re: How to change table caption font size
Reply #2 - Nov 19th, 2007 at 5:58am
Print Post  
Changing the .Font property of the table changes the table caption font, event the size. At least that's how I do it.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint