IFontsEffectiveData

public interface IFontsEffectiveData

Immutable object which contains effective fonts set.


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

Methods

MethodDescription
getLatinFont()Returns the Latin font.
getEastAsianFont()Returns the East Asian font.
getComplexScriptFont()Returns the complex script font.

getLatinFont()

public abstract IFontData getLatinFont()

Returns the Latin font. Read-only IFontData.

Returns: IFontData

getEastAsianFont()

public abstract IFontData getEastAsianFont()

Returns the East Asian font. Read-only IFontData.

Returns: IFontData

getComplexScriptFont()

public abstract IFontData getComplexScriptFont()

Returns the complex script font. Read-only IFontData.

Returns: IFontData