Microsoft DirectX 8.1 (C++) |
Retrieves the attributes of the font.
HRESULT GetLogFont( LOGFONT* pLogFont );
If the method succeeds, the return value is D3D_OK.
D3DERR_INVALIDCALL can be returned if the parameter is invalid.
For more information on the LOGFONT structure, see the Microsoft® Platform Software Development Kit (SDK).
Header: Declared in D3dx8core.h.
Import Library: Use D3dx8.lib.