ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalyzer1 Class / GetJustifiedGlyphs Method

In This Topic
    GetJustifiedGlyphs Method
    In This Topic
    HRESULT IDWriteTextAnalyzer1::GetJustifiedGlyphs([In, Optional] IDWriteFontFace* fontFace,[In] float fontEmSize,[In] DWRITE_SCRIPT_ANALYSIS scriptAnalysis,[In] unsigned int textLength,[In] unsigned int glyphCount,[In] unsigned int maxGlyphCount,[In, Buffer, Optional] const unsigned short* clusterMap,[In, Buffer] const unsigned short* glyphIndices,[In, Buffer] const float* glyphAdvances,[In, Buffer] const float* justifiedGlyphAdvances,[In, Buffer] const DWRITE_GLYPH_OFFSET* justifiedGlyphOffsets,[In, Buffer] const DWRITE_SHAPING_GLYPH_PROPERTIES* glyphProperties,[In] unsigned int* actualGlyphCount,[Out, Buffer, Optional] unsigned short* modifiedClusterMap,[Out, Buffer] unsigned short* modifiedGlyphIndices,[Out, Buffer] float* modifiedGlyphAdvances,[Out, Buffer] DWRITE_GLYPH_OFFSET* modifiedGlyphOffsets)
    Syntax
    'Declaration
     
    Public Sub GetJustifiedGlyphs( _
       ByVal fontFace As FontFace, _
       ByVal fontEmSize As Single, _
       ByVal scriptAnalysis As ScriptAnalysis, _
       ByVal textLength As Integer, _
       ByVal glyphCount As Integer, _
       ByVal maxGlyphCount As Integer, _
       ByVal clusterMap() As Short, _
       ByVal glyphIndices() As Short, _
       ByVal glyphAdvances() As Single, _
       ByVal justifiedGlyphAdvances() As Single, _
       ByVal justifiedGlyphOffsets() As GlyphOffset, _
       ByVal glyphProperties() As ShapingGlyphProperties, _
       ByVal actualGlyphCount As Integer, _
       ByVal modifiedClusterMap() As Short, _
       ByVal modifiedGlyphIndices() As Short, _
       ByVal modifiedGlyphAdvances() As Single, _
       ByVal modifiedGlyphOffsets() As GlyphOffset _
    ) 

    Parameters

    fontFace
    fontEmSize
    scriptAnalysis
    textLength
    glyphCount
    maxGlyphCount
    clusterMap
    glyphIndices
    glyphAdvances
    justifiedGlyphAdvances
    justifiedGlyphOffsets
    glyphProperties
    actualGlyphCount
    modifiedClusterMap
    modifiedGlyphIndices
    modifiedGlyphAdvances
    modifiedGlyphOffsets
    See Also