GetPrintable(IEnumerable<char>)

Method

Namespace: Imagini.Fonts

Declared in: Imagini.Fonts.Symbols


Gets the printable characters from the specified set.

Syntax

public static ISet<char> GetPrintable(
	IEnumerable<char> characters
)

Back to index