Page 1 of 1
font in copy files not displaying
Posted: Thu Jan 20, 2022 6:21 pm
by Samuele
Hi, I'm trying to add a font to my stack (so it will be shown on mobile), i tried the way it's said on livecode lessons but it doesn't work (adding the .ttf file on the copy files option) anyone has any idea on how to do it for it will be shown on mobile?
thanks.
Samuele.
anyone has an idea on how to do this?
(the

paragraf)
Re: font in copy files not displaying
Posted: Thu Jan 20, 2022 6:41 pm
by andresdt
In my case, what I do when I want to include a font in my android app. It is, create a fonts folder in which I copy the .TTF files and copy the folder instead of the fonts.
That's how it works for me
Re: font in copy files not displaying
Posted: Thu Jan 20, 2022 10:57 pm
by Samuele
andresdt wrote: ↑Thu Jan 20, 2022 6:41 pm
In my case, what I do when I want to include a font in my android app. It is, create a fonts folder in which I copy the .TTF files and copy the folder instead of the fonts.
That's how it works for me
allright thanks, i tried and it didn't work, maybe i need to set something on the proprety inspector under font?
Thanks!