Hello! I’m trying to have a game be the same on Android and iPhone, but the custom font I added to the project is not rendered equally.
What is it so? How can I fix / overcome this issue?
Hello! I’m trying to have a game be the same on Android and iPhone, but the custom font I added to the project is not rendered equally.
What is it so? How can I fix / overcome this issue?
Try using bitmap text - bitmap text should always look the same everywhere, as it uses pre-rendered images instead of letting the system create the image from text data.