What is the difference between font-size and font-style properties?
Distinguish between font and font size
font-weight — where possible, shows the text at the correct level of boldness by selecting an appropriately bold font from within the font-family. font-size — may apparently affect the actual font chosen, because not all font formats are arbitrarily scalable .
fonts bee
Jeanne_beau:
font-size and font-style
Welcome,
So far, there is no property called "font style" in App Inventor. Do you mean:
FontBold specifies whether the component's text should be bold or not.
FontItalic specifies whether the component's text should be italic or not.
FontSize specifies whether the component's text is BIG or small , with the unit as points.
FontTypeface specifies whether the component's text should be in 𝚍𝚒𝚏𝚏𝚎𝚛𝚎𝚗𝚝 fonts or not.
If you wish to use your own custom fonts you can do it with the help of an extension, download them, import in media and ...
Here is a modified version of @Ken 's extension "YourFont".
YourFont doesn't work with Companion (on devices with Android > 9) since the AI2 nb184 release.
See also here: Error in YourFont Extension - #20 by Anke
Example - blocks <a class="lightbox" href="https://community-appinventor-mit-edu.ezproxyberklee.flo.org/uploads/default/original/3X/7/9/7977aef944f00002214f6a1c45a342b8d890ac86.png" data-download-href="https://community-appinventor-mit-edu.ezproxyberklee.flo.org/uploads/default/7977aef944f00002214f6a1…
2 Likes