Hello Developers,
How can I get to know that what fonts are present in android ?
Since I am using system font for all the labels in my game,
when it comes to the iOS side, I am using Courier-Bold and it is fine, but with Android it defaults to Arial because that font is not available.
I searched a lot, but couldn’t find a proper way to get the system fonts in android.
Could anyone help ??