Skip to content

CDTEXTEFFECT

Data Type : Composite Data
CDTEXTEFFECT - Special effect font setting for rich text.

#include <editods.h>

Definition :

typedef struct {
   WSIG   Header;       /* Tag and length */
   FONTID FontEffectID; /* Font ID */
} CDTEXTEFFECT;

Description :

The CDTEXTEFFECT record stores a "special effect" font ID for a run of rich text. The fields in this record are:


        Header Defines this composite data item as a CDTEXTEFFECT item.
        FontEffectID Font ID of the special effect font (see FONTID).

See Also : CDTEXT FONTID