iphone - Change font of text in anyfield using iOS Keyboard Extension -


i working on ios keyboard extension. need use custom font in keyboard extension. part completed. problem that, if type in safari or other app using keyboard extension, character typed should in custom font style.

same application on app store works

https://itunes.apple.com/us/app/id923893166?mt=8&ign-mpt=uo%3d4

i spent 1 day find way this, didn't find result. if here can me, please me on this.

thanks in advance.

you cannot change font in any textfield on ios.

the developers have instead found sets of unicode characters cover alphabet , represented them users font.

if copy paste phrase "ᏴᎬᎦᏆ" 1 of glowing reviews allegedly written user of keyboard (incidentally, ios 3rd-party keyboards cannot type reviews in app store) , paste unicodechecker, find unicode characters u+13f4, u+13ac, u+13a6, , u+13c6.

the actual codes word "best" u+0042, u+0045, u+0053, , u+0054.

if want make own unicode keyboard, list of "fonts" can found @ http://unicode-table.com/.


Comments

Popular posts from this blog

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

java - Reading data from multiple zip files and combining them to one -