Skip to content

SpannableStringFormatter 1.0.0

Latest
Compare
Choose a tag to compare
@hitanshu-dhawan hitanshu-dhawan released this 10 Sep 07:58
· 12 commits to master since this release
SpannableStringFormatter
  .text("Hitanshu Dhawan")
  .property("text-color", "#0000FF")
  .property("text-decoration", "underline", "strike-through")
  .toString()
"{ `Hitanshu Dhawan` <text-color:#0000FF;text-decoration:underline|strike-through/> }"