<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

boldThe bold to set
familyThe family to set
idCase-sensitive name used to identify the object instance.
italicThe italic to set
sizeThe 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.