IFontsEffectiveData class

IFontsEffectiveData class

Immutable object which contains effective fonts set.

The IFontsEffectiveData type exposes the following members:

Properties

PropertyDescription
latin_fontReturns the Latin font.
Read-only IFontData.
east_asian_fontReturns the East Asian font.
Read-only IFontData.
complex_script_fontReturns the complex script font.
Read-only IFontData.

Remarks

This interface is used as a part of IBasePortionFormatEffectiveData and IFontSchemeEffectiveData interfaces.

See Also