MÉTHODE IDWriteFontSet ::GetPropertyValues(DWRITE_FONT_PROPERTY_ID,IDWriteStringList**) (dwrite_3.h)
Retourne les valeurs de propriété d’un index d’élément de police spécifique.
Syntaxe
HRESULT GetPropertyValues(
DWRITE_FONT_PROPERTY_ID propertyID,
[out] IDWriteStringList **values
);
Paramètres
propertyID
Type : DWRITE_FONT_PROPERTY_ID
Propriété de police d’intérêt.
[out] values
Type : IDWriteLocalizedStrings**
Reçoit un pointeur vers l’objet de chaînes localisées nouvellement créé, ou nullptr en cas d’échec ou de propriété inexistante.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10 (applications de bureau uniquement) |
Serveur minimal pris en charge | Windows Server 2016 (applications de bureau uniquement) |
Plateforme cible | Windows |
En-tête | dwrite_3.h |
Bibliothèque | Dwrite.lib |
DLL | Dwrite.dll |