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

In This Topic
    ApplyCharacterSpacing Method
    In This Topic
    HRESULT IDWriteTextAnalyzer1::ApplyCharacterSpacing([In] float leadingSpacing,[In] float trailingSpacing,[In] float minimumAdvanceWidth,[In] unsigned int textLength,[In] unsigned int glyphCount,[In, Buffer] const unsigned short* clusterMap,[In, Buffer] const float* glyphAdvances,[In, Buffer] const DWRITE_GLYPH_OFFSET* glyphOffsets,[In, Buffer] const DWRITE_SHAPING_GLYPH_PROPERTIES* glyphProperties,[Out, Buffer] float* modifiedGlyphAdvances,[Out, Buffer] DWRITE_GLYPH_OFFSET* modifiedGlyphOffsets)
    Syntax
    'Declaration
     
    Public Sub ApplyCharacterSpacing( _
       ByVal leadingSpacing As Single, _
       ByVal trailingSpacing As Single, _
       ByVal minimumAdvanceWidth As Single, _
       ByVal textLength As Integer, _
       ByVal glyphCount As Integer, _
       ByVal clusterMap() As Short, _
       ByVal glyphAdvances() As Single, _
       ByVal glyphOffsets() As GlyphOffset, _
       ByVal glyphProperties() As ShapingGlyphProperties, _
       ByVal modifiedGlyphAdvances() As Single, _
       ByVal modifiedGlyphOffsets() As GlyphOffset _
    ) 

    Parameters

    leadingSpacing
    trailingSpacing
    minimumAdvanceWidth
    textLength
    glyphCount
    clusterMap
    glyphAdvances
    glyphOffsets
    glyphProperties
    modifiedGlyphAdvances
    modifiedGlyphOffsets
    See Also