Interface ITextPreprocessor
Interface used for preprocessing and shaping of text.
Namespace: TMPro
Assembly: Unity.TextMeshPro.dll
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  |