Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |