Android Paint () by default

https://developer.android.com/reference/android/graphics/Paint.html#Paint () says the new Paint () is built with default values, but it seems to never tell me what the default values ​​are . Is there a way to find the default values ​​a priori without asking each parameter via getter () and then setting it via setter () if it is not set to the desired value?

+4
source share

Source: https://habr.com/ru/post/1501737/


All Articles