FontDestroyΒΆ

FontDestroy destroys the given font and frees any memory the font occupied.

bool = FontDestroy(hFont)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hFont

Identifies the font.

id-129032