_CreateFontIndirect function

[This function is a wrapper over the CreateFontIndirect function. This function may be altered or unavailable in the future. Applications should call CreateFontIndirect directly.]

Creates a logical font. See CreateFontIndirect.

Syntax

HFONT _CreateFontIndirect(
    ...
);

Parameters

...

Requirements

Requirement Value
DLL
Sqlunirl.dll

See also

CreateFontIndirect