RtfFont
Contents
[
Hide
]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
| Constructor | Description |
|---|---|
| RtfFont |
Methods
| Method | Description |
|---|---|
| getCharSet | Specifies the character set of a font in the font table. |
| getFontFamily | Font family of font. |
| getIndex | Index in font table. |
| getName | Name of font. |
| setCharSet | Specifies the character set of a font in the font table. |
| setFontFamily | Font family of font. |
| setIndex | Index in font table. |
| setName | Name 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.