Symbolic Value : Miscellaneous

FONT_FACE_xxx - BYTE values for Face member of FONTIDFIELDS.
----------------------------------------------------------------------------------------------------------


#include <fontid.h>

Symbolic Values :

FONT_FACE_ROMAN - Text will be displayed in a Times Roman typeface.

FONT_FACE_SWISS - Text will be displayed in a Helvetica typeface.

FONT_FACE_UNICODE - Text will be displayed in a Monotype Sans WT typeface.

FONT_FACE_USERINTERFACE - Text will be displayed in an Arial typeface.

FONT_FACE_TYPEWRITER - Text will be displayed in a Courier typeface.

Description :

These symbols define the standard type faces identified in the Face member of a FONTIDFIELDS structure.

The Face member of the FONTIDFIELDS structure may be either one of these standard font faces, or a font ID resolved by a font table. A Face member value greater than or equal to STATIC_FONT_FACES (5) refers to an entry in a font table. See Data Type CDFONTTABLE.

See Also :

CDFONTTABLE
----------------------------------------------------------------------------------------------------------