json font size code example
Example 1: font size markdown
<font size=1> This is my text number1</font>
<font size="2"> This is my text number 2 </font>
Example 2: jtable font size
table.setFont(new Font("Serif", Font.BOLD, 20));
<font size=1> This is my text number1</font>
<font size="2"> This is my text number 2 </font>
table.setFont(new Font("Serif", Font.BOLD, 20));