What is the difference between font-size and font-style properties?

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

Welcome,

So far, there is no property called "font style" in App Inventor. Do you mean:

  • FontTypeface? (Default, Serif, Sans-Serif, Monospace)

  • FontBold or FontItalic?

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

2 Likes