FontIsUnderlineΒΆ

FontIsUnderline checks if the given font has the underline flag set.

bUnderline = FontIsUnderline(hFont)

Return Value

bUnderline is TRUE (1), if the font is underlined.

Parameters

hFont

Identifies the font.

id-591780