Function : Font
FontClearSuperScript - Turns off the SUPERSCRIPT attribute in the specified FONTID
#include <fontid.h>
FONTID FontClearSuperScript(
FONTID fontid);
Implemented as a macro:
define FontClearSuperScript(fontid) ((DWORD)(fontid) & ~(ISSUPER <<
FONT_STYLE_SHIFT))
Parameters : Input : fontid - The FONTID in which to clear the SUPERSCRIPT attribute
Output : (routine) - The specified FONTID with the SUPERSCRIPT attribute turned off
See Also : FONTID FONTIDFIELDS FontIsSuperScript FontSetSuperScript