Fonts
- Purpose:
- Answer questions about fonts that might affect format output.
- Namespace:
- urn:WebWorks-XSLT-Extension-Fonts
- Prefix:
- wwfonts
- Methods:
- UnicodeFont(string fontFamily):
Determines if the specified font family is a Unicode font family. Used to detect Symbol font families.
- Returns:
- Boolean.
- Example:
Determine if Symbol is a unicode font family.
<xsl:variable name="VarIsUnicodeFont" select="wwfonts:UnicodeFont('Symbol')" />