IFont::get_Size method (ocidl.h)
Retrieves the point size of the font.
Syntax
HRESULT get_Size(
[out] CY *pSize
);
Parameters
[out] pSize
A pointer to the caller-allocated variable that receives the size, in HIMETRIC units.
Return value
The method supports the standard return value E_UNEXPECTED, as well as the following values.
Return code | Description |
---|---|
|
The size was retrieved successfully. |
|
The address in the pSize parameter is not valid. For example, it may be NULL. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | ocidl.h |