RtfFont

Inheritance: java.lang.Object, com.aspose.pdf.rtf.rtfstructure.RtfFont

public class RtfFont extends Object

Stores a single font definition from the font table.

Constructors

ConstructorDescription
RtfFont

Methods

MethodDescription
getCharSetSpecifies the character set of a font in the font table.
getFontFamilyFont family of font.
getIndexIndex in font table.
getNameName of font.
setCharSetSpecifies the character set of a font in the font table.
setFontFamilyFont family of font.
setIndexIndex in font table.
setNameName of font.

RtfFont

getCharSet

public final int getCharSet()

Specifies the character set of a font in the font table.

getFontFamily

public final String getFontFamily()

Font family of font.

getIndex

public final int getIndex()

Index in font table.

getName

public final String getName()

Name of font.

setCharSet

public final void setCharSet(int value)

Specifies the character set of a font in the font table.

setFontFamily

Font family of font.

setIndex

public final void setIndex(int value)

Index in font table.

setName

Name of font.