2.9.81 FFM

The FFM enumeration specifies the type of font substitution that is needed for the associated text. Font substitution is needed when certain language characters are not supported by the current font for the text, so a different font needs to be picked that supports the characters.

Name

Value

Meaning

ffmNone

0x00

No font substitution is needed for this text.

ffmDefault

0x01

Substitute a font using default heuristics.

ffmUILang

0x02

Substitute a font using the best font for the language of the text.

ffmUIDialog

0x04

Substitute a font using the same font that the user interface text is displayed in, if appropriate.