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.
|
public final IFontData getLatinFont()
Returns or sets the Latin font.
Read/write IFontData
.
getLatinFont
in interface IFonts
public final void setLatinFont(IFontData value)
Returns or sets the Latin font.
Read/write IFontData
.
setLatinFont
in interface IFonts
public final IFontData getEastAsianFont()
Returns or sets the East Asian font.
Read/write IFontData
.
getEastAsianFont
in interface IFonts
public final void setEastAsianFont(IFontData value)
Returns or sets the East Asian font.
Read/write IFontData
.
setEastAsianFont
in interface IFonts
public final IFontData getComplexScriptFont()
Returns or sets the complex script font.
Read/write IFontData
.
getComplexScriptFont
in interface IFonts
public final void setComplexScriptFont(IFontData value)
Returns or sets the complex script font.
Read/write IFontData
.
setComplexScriptFont
in interface IFonts