The primary class you work with to use the font substitution mechanism is TStandardFontSubstituter, derived from the abstract base class TFontSubstituter.
TFontSubstituter defines the basic protocol for the font substitution mechanism.
TStandardFontSubstituter provides an implementation of this protocol.
When you display text using font substitution, the font substituter first determines whether each character in your text can be displayed by the font applied to that character. If a character cannot be displayed in that font, the font substituter searches through the fonts installed on your system:
NOTE
Before requesting font substitution, you need to apply font styling information to your text using the standard text styling mechanism. See "Applying styles to text" on page 43 for information.