IFont::get_Weight method

Gets the font's current Weight property.

Syntax


HRESULT get_Weight(
  [out] SHORT *pWeight
);

Parameters

pWeight [out]

A pointer to the caller-allocated variable that receives the current Weight property for the font. For a list of possible values, see the lfWeight member of the LOGFONT structure.

Return value

This method can return one of these values.

Return codeDescription

The weight was retrieved successfully. If the weight is indeterminate, a font object should store FW_NORMAL in *pWeight and return S_OK.

The address in the pWeight parameter is not valid. For example, it may be NULL.

 

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

OCIdl.h

IDL

OCIdl.idl

IID

IID_IFont is defined as BEF6E002-A874-101A-8BBA-00AA00300CAB

See also

IFont
IFont::put_Weight

 

 

Show: