ComponentOne Bitmap for WPF
C1.WPF.DX.4.6.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalyzer Class / GetGlyphs Method / GetGlyphs(IntPtr,Int32,IntPtr,Boolean,Boolean,ScriptAnalysis,IntPtr,IntPtr,IntPtr,IntPtr,Int32,IntPtr,IntPtr,IntPtr,IntPtr,Int32) Method

In This Topic
    GetGlyphs(IntPtr,Int32,IntPtr,Boolean,Boolean,ScriptAnalysis,IntPtr,IntPtr,IntPtr,IntPtr,Int32,IntPtr,IntPtr,IntPtr,IntPtr,Int32) Method
    In This Topic
    HRESULT IDWriteTextAnalyzer::GetGlyphs([In, Buffer] const wchar_t* textString,[In] unsigned int textLength,[In] IDWriteFontFace* fontFace,[In] BOOL isSideways,[In] BOOL isRightToLeft,[In] const DWRITE_SCRIPT_ANALYSIS* scriptAnalysis,[In, Optional] const wchar_t* localeName,[In, Optional] IDWriteNumberSubstitution* numberSubstitution,[In, Optional] const void** features,[In, Buffer, Optional] const unsigned int* featureRangeLengths,[In] unsigned int featureRanges,[In] unsigned int maxGlyphCount,[Out, Buffer] unsigned short* clusterMap,[Out, Buffer] DWRITE_SHAPING_TEXT_PROPERTIES* textProps,[Out, Buffer] unsigned short* glyphIndices,[Out, Buffer] DWRITE_SHAPING_GLYPH_PROPERTIES* glyphProps,[Out] unsigned int* actualGlyphCount)
    Syntax
    'Declaration
     
    Public Overloads Function GetGlyphs( _
       ByVal textString As IntPtr, _
       ByVal textLength As Integer, _
       ByVal fontFace As IntPtr, _
       ByVal isSideways As Boolean, _
       ByVal isRightToLeft As Boolean, _
       ByVal scriptAnalysis As ScriptAnalysis, _
       ByVal localeName As IntPtr, _
       ByVal numberSubstitution As IntPtr, _
       ByVal features As IntPtr, _
       ByVal featureRangeLengths As IntPtr, _
       ByVal maxGlyphCount As Integer, _
       ByVal clusterMap As IntPtr, _
       ByVal textProps As IntPtr, _
       ByVal glyphIndices As IntPtr, _
       ByVal glyphProps As IntPtr, _
       ByRef actualGlyphCount As Integer _
    ) As HResult

    Parameters

    textString
    textLength
    fontFace
    isSideways
    isRightToLeft
    scriptAnalysis
    localeName
    numberSubstitution
    features
    featureRangeLengths
    maxGlyphCount
    clusterMap
    textProps
    glyphIndices
    glyphProps
    actualGlyphCount
    See Also