FontItalicΒΆ

FontItalic specifies an italic font.

bool = FontItalic(hFont, bItalic)

Return Value

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

Parameters

hFont

Identifies the font.

bItalic

bItalic is TRUE (1) if the font should be italic.

id-838141