FontFamily: PP.Font.Family
The FontFamily property sets the font name.
Available font names are listed in the Font.Family enumeration.
There are two ways of setting the font name:
FontFamily: "Arial";
FontFamily: PP.Font.FontFamily.Arial.
The example of property use is given in the Example of Creating the FontDialog Component page.
See also: