bool UnicodeFont (string fontFamily)
 
Determines if the specified font family is a Unicode font family. Used to detect Symbol font families.
Parameters:
fontFamily
The font family.
Returns:
True if a unicode font, false if not.
Determine if Symbol is a unicode font family.
<xsl:variable name="VarIsUnicodeFont" select="wwfonts:UnicodeFont('Symbol')" />
 
 
Was this helpful?
Last modified date: 10/14/2020