नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Returns the property values of a specific font item index.
Syntax
HRESULT GetPropertyValues(
DWRITE_FONT_PROPERTY_ID propertyID,
[out] IDWriteStringList **values
);
Parameters
propertyID
Type: DWRITE_FONT_PROPERTY_ID
Font property of interest.
[out] values
Type: IDWriteLocalizedStrings**
Receives a pointer to the newly created localized strings object, or nullptr on failure or non-existent property.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Target Platform | Windows |
Header | dwrite_3.h |
Library | Dwrite.lib |
DLL | Dwrite.dll |