21.4.2 Overriding character properties

Mif2Go preserves character overrides by default. To keep only character properties defined in character formats:

[HTMLOptions]

; AllowOverrides = Yes (default) or No (ignore untagged char props,

;  default for XML and DITA)

AllowOverrides = No

You can still allow certain overrides on a format-by-format basis:

[HtmlStyles]

; Overrides allows text prop overrides for <b>, <i>, <u>,

;  and <strike>, even if [HTMLOptions]AllowOverrides is turned off

CharFmt = Overrides

You can also specify some font properties to override those in a character format:

[HtmlStyles]

; doc format (para or char) = keywords for functions and properties

; Bold, Ital, ULine, and Strike apply those char props to text

; Plain turns all four of those char properties off by default.

; Color1 - Color254 color text as defined in Frame and [Colors]

; NoColor suppresses use of the <font color=...> in the style.

The Colorn settings work the same way as for paragraph formats; see §21.8 Specifying text colors.