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