I selected fonts in the font packer for Android:
But some of them for some reason are not packed into the game itself during assembly:
Why? Previously, these fonts were packaged and worked in the game. But now they don’t even pack.
I selected fonts in the font packer for Android:
But some of them for some reason are not packed into the game itself during assembly:
Why? Previously, these fonts were packaged and worked in the game. But now they don’t even pack.
I think your font is editable (only read write). change the font property editable (only read write) to installable.
See about this https://community.clickteam.com/threads/104818-Problem-with-packing-fonts-on-Android
Only window installed fonts are packed, check also that the font are installed for all accounts, so please double check that the missing fonts are trully installed (and exist inside fonts directory) to be sure they can be packed
Regards,
Fernando Vivolo
... new things are coming ...
Fernando, thank you so much! Everything worked out.
Pradeep, although it didn’t help, but thanks anyway for the help.