Page 1 of 1

Add external font to the CAPI application

Posted: November 10th, 2016, 6:56 am
by Mariovaisman
Hi,

I have to develop an application that has to work in two languages, one is english, and the other is a local language with a different font. In windows I know how to manage it, however this application needs to work in android devices.
My question is how I can manage an external font which is not part of the standard font that the device has.

Thanks

Mario

Re: Add external font to the CAPI application

Posted: November 10th, 2016, 7:17 am
by josh
It should be possible to install fonts on Android following the directions here: http://www.androidauthority.com/how-to- ... one-32078/

I haven't actually tried it. Le us know if it works.

Re: Add external font to the CAPI application

Posted: November 10th, 2016, 6:12 pm
by Mariovaisman
Thanks Josh,

I will try soon, it is a challenge, I have developed complex applications or update application with multiple language where one was english and the second was nepales with different typeset and with the capability to change the language in the middle of the process, but all in windows environment, for android this will be the first experience and I expect to have the same capability.

Thanks

Mario