Magic Displayable Text
Takes a string with the format "This is a ==highlighted== sentence with ==words==."
Usage:
MagicDisplayableText magicText = new MagicDisplayableText(str);
text.addPara(
magicText.format,
textColor,
highlightColor,
magicText.highlights
);
Content copied to clipboard