FontIsItalicΒΆ

FontIsItalic checks if the font has the italic flag set.

bItalic = FontIsItalic(hFont)

Return Value

bItalic is TRUE(1) when the font is italic.

Parameters

hFont

Identifies the font.

id-1620235