This property controls what font the text will use when printing. This always defaults to the Font property on the parent report form.
Each Font property has 6 subproperties. These are:
Charset - Defaults to ANSI_CHARSET. This is the standard for all Western language countries. There are different Charset values for non-Western alphabets.
Color - What color the font will use when displayed.
Height - The height of the font in pixels.
Name - The name of the font.
Pitch - This can be fpDefault (the normal for the font chosen), fpFixed (each character has the same width), fpVariable (each character has a different width depending on the character).
Size - The point size for the Font. This is generally used when you specify the size or how big the font will be.
There is a Property Editor attached to this property that will allow you to choose a font from a list and set it's subproperties.