public class RtfFont extends Object
Stores a single font definition from the font table.
| Modifier and Type | Method and Description |
|---|---|
int |
getCharSet()
Specifies the character set of a font in the font table.
|
String |
getFontFamily()
Font family of font.
|
int |
getIndex()
Index in font table.
|
String |
getName()
Name of font.
|
void |
setCharSet(int value)
Specifies the character set of a font in the font table.
|
void |
setFontFamily(String value)
Font family of font.
|
void |
setIndex(int value)
Index in font table.
|
void |
setName(String value)
Name of font.
|
public RtfFont(int index,
String name)
public final int getIndex()
Index in font table.
public final void setIndex(int value)
Index in font table.
public final String getName()
Name of font.
public final void setName(String value)
Name of font.
public final String getFontFamily()
Font family of font.
public final void setFontFamily(String value)
Font family of font.
public final int getCharSet()
Specifies the character set of a font in the font table.
public final void setCharSet(int value)
Specifies the character set of a font in the font table.
Copyright © 2026 Aspose. All Rights Reserved.