Partager via


IDWriteTextAnalyzer1::AnalyzeVerticalGlyphOrientation, méthode (dwrite_1.h)

Analyse une plage de texte pour l’orientation du script, la lecture du texte et des attributs à partir de la source et la création de rapports sur les résultats du rappel du récepteur SetGlyphOrientation.

Syntaxe

HRESULT AnalyzeVerticalGlyphOrientation(
  IDWriteTextAnalysisSource1 *analysisSource,
  UINT32                     textPosition,
  UINT32                     textLength,
  IDWriteTextAnalysisSink1   *analysisSink
);

Paramètres

analysisSource

Type : IDWriteTextAnalysisSource1*

Objet source à analyser.

textPosition

Type : UINT32

Position de départ dans l’objet source.

textLength

Type : UINT32

Longueur à analyser.

analysisSink

Type : IDWriteTextAnalysisSink1*

Longueur à analyser.

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

   
Client minimal pris en charge Windows 8 et Mise à jour de plateforme pour Windows 7 [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2012 et mise à jour de plateforme pour Windows Server 2008 R2 [applications de bureau | Applications UWP]
Plateforme cible Windows
En-tête dwrite_1.h
Bibliothèque Dwrite.lib
DLL Dwrite.dll

Voir aussi

IDWriteTextAnalyzer1