Partager via


IDWriteTextFormat1 ::SetVerticalGlyphOrientation, méthode (dwrite_2.h)

Définit l’orientation d’un format de texte.

Syntaxe

HRESULT SetVerticalGlyphOrientation(
  DWRITE_VERTICAL_GLYPH_ORIENTATION glyphOrientation
);

Paramètres

glyphOrientation

Type : DWRITE_VERTICAL_GLYPH_ORIENTATION

Orientation à appliquer au format de texte.

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 8.1 [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2012 R2 [applications de bureau | Applications UWP]
Plateforme cible Windows
En-tête dwrite_2.h
Bibliothèque Dwrite.lib
DLL Dwrite.dll

Voir aussi

IDWriteTextFormat1