7

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?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Addev
  • 31,819
  • 51
  • 183
  • 302

1 Answers1

0

You can do that for small size objects "for example: small text size", take a look at this link.

Community
  • 1
  • 1
Alaa Eldin
  • 2,178
  • 4
  • 21
  • 24