trimUncovered

open fun trimUncovered(text: String): String

Removes all uncovered characters from text and returns the trimmed text

LIMITATIONS:

This will work only of the associated {font_name}.json file exists within the application resources. If the json file could not be found the method will return text

Return

the text with all uncovered characters removed

Parameters

text

the text to be trimmed from the uncovers characters