PgDefaultText()

Reset text attribute to its system default

Synopsis:

void PgDefaultText( PhGC_t *GC );

Arguments:

GC
A pointer to a graphics context, as returned by PgCreateGC().

Library:

ph

Description:

This function resets the text attribute portion of the provided graphics context to system defaults.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PgDefaultGC(), PgDefaultFill(), PgDefaultMode(), PgDefaultStroke(), PgSetTextColor(), PgSetTextDither(), PgSetTextTransPat(), PgSetTextXORColor()

Drawing attributes in the Raw Drawing and Animation chapter of the Photon Programmer's Guide