Page 1 of 1

Android font

Posted: Wed Aug 04, 2021 12:33 pm
by keliko
i tried to use font on android and it didn't work
https://lessons.livecode.com/m/4069/l/2 ... mobile-app

I've added the font in the standalone copy files.but it doesn't work as expected.
how do i fix it?

Thanks

Code: Select all

on mouseUp pButtonNumber
   set the textFont of fld "fontTest" to "PaletteMosaic-Regular"
end mouseUp
Image
Image

font Palette Mosaic
https://fonts.google.com/specimen/Palette+Mosaic

test on
lc business 9.6.3 catalina
android emulator pixel XL android api 27
Real device, android pie xiaomi Mi A1

Re: Android font

Posted: Wed Aug 04, 2021 5:45 pm
by jacque
Did you "start using font file"? See the dictionary.

Re: Android font

Posted: Wed Aug 04, 2021 6:45 pm
by keliko
jacque wrote:
Wed Aug 04, 2021 5:45 pm
Did you "start using font file"? See the dictionary.
I've tried it and it's not working properly.
"start using font" only support for desktop not android

Re: Android font

Posted: Wed Aug 04, 2021 7:53 pm
by andresdt
I have tried with that font and it doesn't work. But with others, if it works, maybe that font is not supported by Android.

Re: Android font

Posted: Thu Aug 05, 2021 4:35 am
by keliko
I've tried almost 10 fonts available on google fonts. but nothing worked in my case.

Re: Android font

Posted: Thu Aug 05, 2021 5:36 am
by andresdt
keliko wrote:
Thu Aug 05, 2021 4:35 am
I've tried almost 10 fonts available on google fonts. but nothing worked in my case.
Maybe I should look elsewhere than Google :D
Example: https://www.1001freefonts.com/es/lato.font

For some reason, now I can't upload files. So I put in drive the source that works for me. If it works for you, it is a problem with the google sources jjj
https://drive.google.com/file/d/1vI7Zai ... p=sharing

Re: Android font

Posted: Fri Aug 06, 2021 4:10 am
by keliko
andresdt wrote:
Thu Aug 05, 2021 5:36 am
keliko wrote:
Thu Aug 05, 2021 4:35 am
I've tried almost 10 fonts available on google fonts. but nothing worked in my case.
Maybe I should look elsewhere than Google :D
Example: https://www.1001freefonts.com/es/lato.font

For some reason, now I can't upload files. So I put in drive the source that works for me. If it works for you, it is a problem with the google sources jjj
https://drive.google.com/file/d/1vI7Zai ... p=sharing
Thanks andresdt