
3.CUSTOMIZATION B-63924EN/01
- 256 -
3.5.4.6 font definitions
The font tag is explained below.
This tag allows you to define the style, size, and color of a font for a
child screen.
If nothing is defined in the font tag, the child screen follows the font
definitions for the parent screen.
• name
This item allows you to define a font name.
The specified font must previously be installed in the PC to be
used. Therefore, the fonts you can use vary depending on the
environment of your PC.
• style
This item allows you to define a font style.
The following table lists the font styles that can be used.
Font style style tag value
Regular standard
Bold
bold
Italic
italic
Bold italic bold_italic
• size
This item allows you to define a font size in points.
<font>
<name>MS Gothic</name>
<style>bold</style>
<size>12</size>
<forecolor>
<red>0</red>
<green>128</green>
<blue>255</blue>
</forecolor>
</font>