In the Paint class documentation says:
enum Paint.Style
:The Style specifies if the primitive being drawn is filled, stroked, or both (in the same color).
For FILL_AND_STROKE
: Is there some way of specifying different color values for the stroke and the fill?
Else whats the point of that value? Just make the text thicker?