Format text with font size and color
masterUse the <font> tag to modify text size and color. The default is normal size and black color.
Size Options:
<font size='normal'>...</font>: Default size<font size='wide'>...</font>: Double width<font size='tall'>...</font>: Double height<font size='big'>...</font>: Double width and height<font size='big-2'>...</font>: 3x width and height<font size='big-3'>...</font>: 4x width and height<font size='big-4'>...</font>: 5x width and height<font size='big-5'>...</font>: 6x width and height<font size='big-6'>...</font>: 7x width and height
Color Options:
<font color='black'>...</font>: Black text, white background<font color='bg-black'>...</font>: White text, black background<font color='red'>...</font>: Red text, white background (Hardware dependent)<font color='bg-red'>...</font>: White text, red background (Hardware dependent)