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