get

operator fun get(classifiersString: String): ValidatedRenderingContext

Obtain the correct rendering context for the specified input text, using a cached solution if possible. The input text is a comma-separated list of style classifiers, such as styleToken produces when classifying regions of source code.

Return

The rendering context to use for the region of source text whence was abstracted the sequence of classifiers.

Parameters

classifiersString

The classification label of some region of source text, as a comma-separated list of style classifiers.