Help Center

GetFontfunction

Retrieves information about the font used in menu bars.

Windowsfunctiondoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

FUNCTION GetFont (BYVAL plfw AS LOGFONTW PTR) AS BOOLEAN
FUNCTION GetFont () AS LOGFONTW

Parameters

NameDescription
plfwPointer to a LOGFONTW structure that contains information about the font used in menu bars.

Return value

A LOGFONTW structure that contains information about the font used in menu bars.

Description

Retrieves information about the font used in menu bars.

Reference

  • Documented in Windows/WIndows Controls/CMenu Class.md
  • Topic: About Menus