IFontsEffectiveData

IFontsEffectiveData interface

Immutable object which contains effective fonts set.

public interface IFontsEffectiveData

Properties

NameDescription
ComplexScriptFont { get; }Returns the complex script font. Read-only IFontData.
EastAsianFont { get; }Returns the East Asian font. Read-only IFontData.
LatinFont { get; }Returns the Latin font. Read-only IFontData.

Remarks

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

See Also