IFont::get_Size method
Retrieves the point size of the font.
Syntax
HRESULT get_Size( [out] CY *pSize );
Parameters
- pSize [out]
-
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
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IFont is defined as BEF6E002-A874-101A-8BBA-00AA00300CAB |
See also
Show: