[]
Contains extension methods related to text and fonts.
public static class TextExt
Adds all char codes from the specified string to the instance of HashSet.
public static void CollectChars(this HashSet<int> unicodeChars, string text)
unicodeChars
text