[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TextExt

Class TextExt

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

Contains extension methods related to text and fonts.

public static class TextExt
Inheritance
object
TextExt
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Methods

CollectChars(HashSet<int>, string)

Adds all char codes from the specified string to the instance of HashSet.

public static void CollectChars(this HashSet<int> unicodeChars, string text)

Parameters

unicodeChars System.Collections.Generic.HashSet<T><int>
text string