Draws text, with inline markup for styling runs inside it.
Supported inline tags: <b>, <i>, <color="…">, <weight="…"> and <size="…">.
<b>
<i>
<color="…">
<weight="…">
<size="…">
The string to draw. Numbers are accepted and stringified.
Optional
Font, colour, wrapping and layout.
Text('Total: <b><color="#22c55e">98%</color></b>', { fontSize: 18, fontFamily: 'Roboto', color: '#e2e8f0', maxLines: 2, ellipsis: true,}) Copy
Text('Total: <b><color="#22c55e">98%</color></b>', { fontSize: 18, fontFamily: 'Roboto', color: '#e2e8f0', maxLines: 2, ellipsis: true,})
Draws text, with inline markup for styling runs inside it.
Supported inline tags:
<b>,<i>,<color="…">,<weight="…">and<size="…">.