IFonts
public interface IFonts
Represents fonts collection.
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| value | IFontData |
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:
| Parameter | Type | Description |
|---|---|---|
| value | IFontData |
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:
| Parameter | Type | Description |
|---|---|---|
| value | IFontData |