<sas-g:Font>
The Font tag encapsulates the attributes specific to a font.
This tag must be nested within a sas-g:BaseTextStyle tag.
Syntax
<sas-g:Font
[bold="java.lang.Boolean"]
[family="java.lang.String"]
[id="value"]
[italic="java.lang.Boolean"]
[size="java.lang.Double"]>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g: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-g:Font tag, extend com.sas.taglib.graphics.components.FontTag.