IFonts

public interface IFonts

Represents fonts collection.

Methods

MethodDescription
getLatinFont()Returns or sets the Latin font.
setLatinFont(IFontData value)Returns or sets the Latin font.
getEastAsianFont()Returns or sets the East Asian font.
setEastAsianFont(IFontData value)Returns or sets the East Asian font.
getComplexScriptFont()Returns or sets the complex script font.
setComplexScriptFont(IFontData value)Returns or sets the complex script font.

getLatinFont()

public abstract IFontData getLatinFont()

Returns or sets the Latin font. Read/write IFontData.

Returns: IFontData

setLatinFont(IFontData value)

public abstract void setLatinFont(IFontData value)

Returns or sets the Latin font. Read/write IFontData.

Parameters:

ParameterTypeDescription
valueIFontData

getEastAsianFont()

public abstract IFontData getEastAsianFont()

Returns or sets the East Asian font. Read/write IFontData.

Returns: IFontData

setEastAsianFont(IFontData value)

public abstract void setEastAsianFont(IFontData value)

Returns or sets the East Asian font. Read/write IFontData.

Parameters:

ParameterTypeDescription
valueIFontData

getComplexScriptFont()

public abstract IFontData getComplexScriptFont()

Returns or sets the complex script font. Read/write IFontData.

Returns: IFontData

setComplexScriptFont(IFontData value)

public abstract void setComplexScriptFont(IFontData value)

Returns or sets the complex script font. Read/write IFontData.

Parameters:

ParameterTypeDescription
valueIFontData