<sas:Font>
The Font tag encapsulates the attributes specific to a font.
This tag must be nested within a sas:BaseTextStyle tag.
Syntax
<sas:Font
[bold="java.lang.Boolean"]
[family="java.lang.String"]
[id="value"]
[italic="java.lang.Boolean"]
[size="java.lang.Double"]>
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:Font>
Attributes
bold | The bold to set |
---|---|
family | The family to set |
id | Case-sensitive name used to identify the object instance. |
italic | The italic to set |
size | The size to set |
More Information
To view the documentation for the related InformationBean, see java.awt.Font.
If you need to subclass the tag handler class for the sas:Font tag, extend com.sas.taglib.graphics.components.FontTag.