Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontTables Class / TryMapChars Method

In This Topic
    TryMapChars Method
    In This Topic
    Maps the specified set of Unicode characters to the font glyphs and fills the set of successfully mapped characters.

    Depends on 'cmap' table.

    Syntax
    'Declaration
     
    Public Sub TryMapChars( _
       ByVal unicodeChars As System.Collections.Generic.HashSet(Of Integer), _
       ByVal mappedChars As System.Collections.Generic.HashSet(Of Integer) _
    ) 
    public void TryMapChars( 
       System.Collections.Generic.HashSet<int> unicodeChars,
       System.Collections.Generic.HashSet<int> mappedChars
    )

    Parameters

    unicodeChars
    mappedChars
    See Also