[]
Maps the specified set of Unicode characters to the font glyphs and fills the set of successfully mapped characters.
Depends on 'cmap' table.
public void TryMapChars(HashSet<int> unicodeChars, HashSet<int> mappedChars)
Public Sub TryMapChars(unicodeChars As HashSet(Of Integer), mappedChars As HashSet(Of Integer))