Interface ITextPreprocessor
Interface used for preprocessing and shaping of text.
Namespace: TMPro
Syntax
public interface ITextPreprocessor
Methods
PreprocessText(String)
Function used for preprocessing of text
Declaration
string PreprocessText(string text)
Parameters
Type | Name | Description |
---|---|---|
String | text | Source text to be processed |
Returns
Type | Description |
---|---|
String | Processed text |