FontIsStrikeOutΒΆ

FontIsStrikeOut checks if the given font has the strike out flag set.

bStrikeOut = FontIsStrikeOut(hFont)

Return Value

bStrikeOut is TRUE (1) if the font is strike out.

Parameters

hFont

Identifies the font.

id-56224