I'm using Delphi 10.1 for developing mobile application. And I'm trying to implement the custom font Livingst.ttf for iOS and I followed Steps. But when I'm trying to run the application in iOS Simulator, I'm getting error message No mapping for the Unicode character exists in the target multi-byte code page.. I don't know how to fix this issue. Please help me to fix this issue.
Asked
Active
Viewed 100 times
0
-
Maybe you are writing a character that does not exist in the font? – Hans Mar 15 '17 at 07:09
-
I have implemented the same font for Android and it works fine – test12345 Mar 15 '17 at 17:36
-
http://stackoverflow.com/questions/28996039/loading-a-custom-true-type-font – test12345 Mar 21 '17 at 04:30