CODFontProperties::GetValue
Gets the value of the given property.
Defined in: OdFontProp.cpp
Syntax
BOOL CODFontProperties::GetValue(const int nPropId, CString& strValue) constBOOL CODFontProperties::GetValue(const int nPropId, int& nValue) const
BOOL CODFontProperties::GetValue(const int nPropId, UINT& nValue) const
BOOL CODFontProperties::GetValue(const int nPropId, DWORD& dwValue) const
BOOL CODFontProperties::GetValue(const int nPropId, float& fValue) const
Return Value
TRUE if the property identifier is supported by this property container. FALSE if the property identifier is invalid.
Parameters
nPropId
ID of property to retrieve.
strValue
Variable to assign return value to.
nValue
Variable to assign return value to.
nValue
Variable to assign return value to.
dwValue
Variable to assign return value to.
fValue
Variable to assign return value to.