FontSizeMap_nSize[1...7]
This is a read and write property.
The font sizes to which the HTML tags <font size=1>
through <font size=7>
correspond. If you set bSupportUserFontSizeMapping
to FALSE
, this parameter can be left blank.
The values in FontSizeMap
indicate the range for the HTML tag <font size=
#
>
. For example if you specify 6, 9, 12, 18, 21, 24, and 28:
-
font size 6 in the source document is mapped to
<font size=1>
in the output HTML -
font size 9 in the source document is mapped to
<font size=2>
in the output HTML -
font size 12 in the source document is mapped to
<font size=3>
in the output HTML -
and so on, up to <font size=7>
When the HTML output is viewed, the browser maps <font size=
#
>
to a specific font size.
The default font sizes are 8, 10, 12, 14, 18, 24, and 36.