public interface IFonts
Modifier and Type | Method and Description |
---|---|
IFontData |
getComplexScriptFont()
Returns or sets the complex script font.
|
IFontData |
getEastAsianFont()
Returns or sets the East Asian font.
|
IFontData |
getLatinFont()
Returns or sets the Latin font.
|
void |
setComplexScriptFont(IFontData value)
Returns or sets the complex script font.
|
void |
setEastAsianFont(IFontData value)
Returns or sets the East Asian font.
|
void |
setLatinFont(IFontData value)
Returns or sets the Latin font.
|
void setLatinFont(IFontData value)
Returns or sets the Latin font.
Read/write IFontData
.
IFontData getEastAsianFont()
Returns or sets the East Asian font.
Read/write IFontData
.
void setEastAsianFont(IFontData value)
Returns or sets the East Asian font.
Read/write IFontData
.
IFontData getComplexScriptFont()
Returns or sets the complex script font.
Read/write IFontData
.