public interface FontInfo
| Modifier and Type | Method and Description |
|---|---|
character |
getName()
Getter for the FONT-NAME attribute.
|
integer |
getSize()
Getter for the FONT-SIZE attribute.
|
logical |
isBold()
Getter for the FONT-BOLD attribute.
|
logical |
isItalic()
Getter for the FONT-ITALIC attribute.
|
logical |
isUnderline()
Getter for the FONT-UNDERLINE attribute.
|
void |
setBold(logical value)
Setter for the FONT-BOLD attribute.
|
void |
setItalic(logical value)
Setter for the FONT-ITALIC attribute.
|
void |
setName(character name)
Setter for the FONT-NAME attribute.
|
void |
setSize(NumberType size)
Setter for the FONT-SIZE attribute.
|
void |
setUnderline(logical value)
Setter for the FONT-UNDERLINE attribute.
|
character getName()
void setName(character name)
name - the attribute valueinteger getSize()
void setSize(NumberType size)
size - the attribute valuelogical isBold()
void setBold(logical value)
value - the attribute valuelogical isItalic()
void setItalic(logical value)
value - the attribute valuelogical isUnderline()
void setUnderline(logical value)
value - the attribute value