Android font
Posted: Wed Aug 04, 2021 12:33 pm
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


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
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


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