Font Properties
There are a number of properties that you can access on a Font
object. Typically, you will use these to do some custom layout. Here is the list:
You can access them like this:
Resizing a Font
If you want a font with a smaller point size, you can use the font(size:)
method, like this:
Example